Move Nagios DNS out of role

This commit is contained in:
Salt 2020-08-01 16:29:21 -05:00
parent d358e3b64f
commit 3abe7eb78c

View File

@ -9,16 +9,6 @@
apt:
name:
- nagios3
- name: Assure CNAME record
route53:
state: present
overwrite: yes
zone: "{{ zone }}"
type: CNAME
record: "{{ nagios_url }}"
ttl: 3600
value:
- "{{ inventory_hostname_short }}.{{ zone }}."
- name: Set up Apache
block:
- name: Enable modules