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