Re: [ansible-project] ansible - rhel8

2020-07-15 Thread 'Chris Bidwell - NOAA Federal' via Ansible Project
Here is the whole playbook: --- - name: Install zabbix hosts: ALL_LINUX become: yes vars_files: - passwd.yml - vars.yml ignore_errors: yes vars: os_version: "{{ ansible_distribution_major_version }}" zabbix_repo: /etc/yum.repos.d/zabbix.repo zabbix_config:

Re: [ansible-project] ansible - rhel8

2020-07-15 Thread vinoth kumar
Where is your actual tasks starts ? Tasks is missing On Wed 15. Jul 2020 at 20:17, 'Chris Bidwell - NOAA Federal' via Ansible Project wrote: > Hey all, > > having an interesting issue with my latest rhel8 installation. > > Trying to install an rpm from a URL. Here's my playbook: > > --- > -

[ansible-project] ansible - rhel8

2020-07-15 Thread 'Chris Bidwell - NOAA Federal' via Ansible Project
Hey all, having an interesting issue with my latest rhel8 installation. Trying to install an rpm from a URL. Here's my playbook: --- - name: Install zabbix hosts: ALL_LINUX become: yes vars_files: - passwd.yml - vars.yml ignore_errors: yes vars: os_version: "{{