Remove unused roles from main playbook

This commit is contained in:
Ryan Cavicchioni 2022-08-30 22:37:00 -05:00
parent cb5971876f
commit e323abe694
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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: