Remove unused roles from main playbook
This commit is contained in:
parent
cb5971876f
commit
e323abe694
@ -6,8 +6,6 @@
|
|||||||
- util
|
- util
|
||||||
- sudo
|
- sudo
|
||||||
- hostsfile
|
- hostsfile
|
||||||
- { role: vm_guest, when: "ansible_virtualization_type is defined" }
|
|
||||||
- grub
|
|
||||||
- certs
|
- certs
|
||||||
- rsyslog
|
- rsyslog
|
||||||
- users
|
- users
|
||||||
@ -19,8 +17,6 @@
|
|||||||
- chrony
|
- chrony
|
||||||
- unattended-upgrades
|
- unattended-upgrades
|
||||||
- postfix
|
- postfix
|
||||||
- aide
|
|
||||||
- telegraf
|
|
||||||
- restic
|
- restic
|
||||||
- node_exporter
|
- node_exporter
|
||||||
- blackbox_exporter
|
- blackbox_exporter
|
||||||
|
@ -111,8 +111,6 @@
|
|||||||
network_config:
|
network_config:
|
||||||
address: 172.17.10.53/24
|
address: 172.17.10.53/24
|
||||||
gateway: 172.17.10.1
|
gateway: 172.17.10.1
|
||||||
roles:
|
|
||||||
- libvirt
|
|
||||||
- hosts: rabbitmq_servers
|
- hosts: rabbitmq_servers
|
||||||
become: true
|
become: true
|
||||||
vars:
|
vars:
|
||||||
|
Loading…
Reference in New Issue
Block a user