Ansible/playbook/linux/nagios/install-NagiosCore-ubuntu-dependancies.yml
James Tombleson 6ffc3201f5 Changes!
Updated Docs
Updated InstallDocker to support Ubuntu dist release
Added some Vagrant support
Adjusting Nagios still
2019-04-18 11:19:08 -07:00

12 lines
145 B
YAML

- name: Install Nagios Core Dependancies
hosts: nagios
tasks:
- name: Update apt
apt:
update_cache: yes