style(playbook): linting

This commit is contained in:
VC
2024-07-05 11:53:13 +02:00
parent ee11bb1002
commit 8aaaa24bad
19 changed files with 67 additions and 29 deletions

View File

@@ -1,12 +1,14 @@
---
- hosts: borgbackup - hosts: borgbackup
diff: yes diff: true
roles: roles:
- borgbackup - borgbackup
- hosts: borg_client - hosts: borg_client
diff: yes diff: true
roles: roles:
- borg-client - borg-client
- hosts: borg_server - hosts: borg_server
diff: yes diff: true
roles: roles:
- borg-server - borg-server

View File

@@ -1,4 +1,6 @@
---
- hosts: dockerservers - hosts: dockerservers
diff: yes diff: true
roles: roles:
- docker - docker

View File

@@ -1,4 +1,6 @@
---
- hosts: ftpservers - hosts: ftpservers
diff: yes diff: true
roles: roles:
- ftp - ftp

View File

@@ -1,4 +1,6 @@
---
- hosts: icecastservers - hosts: icecastservers
diff: yes diff: true
roles: roles:
- icecast2 - icecast2

View File

@@ -1,4 +1,6 @@
---
- hosts: loadbalancers - hosts: loadbalancers
diff: yes diff: true
roles: roles:
- haproxy - haproxy

View File

@@ -1,9 +1,11 @@
---
- hosts: mailservers - hosts: mailservers
diff: yes diff: true
roles: roles:
- postfix - postfix
- dovecot - dovecot
- opendkim - opendkim
- opendmarc - opendmarc
- spamassassin - spamassassin
- mailman - mailman

View File

@@ -1,4 +1,6 @@
---
- hosts: mariadbservers - hosts: mariadbservers
diff: yes diff: true
roles: roles:
- mariadb - mariadb

View File

@@ -1,4 +1,6 @@
---
- hosts: mumbleservers - hosts: mumbleservers
diff: yes diff: true
roles: roles:
- mumble - mumble

View File

@@ -1,9 +1,11 @@
---
- hosts: all:!baybay-ponay.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa - hosts: all:!baybay-ponay.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa
diff: yes diff: true
roles: roles:
- munin-client - munin-client
- hosts: muninservers - hosts: muninservers
diff: yes diff: true
roles: roles:
- munin-server - munin-server

View File

@@ -1,8 +1,10 @@
---
- hosts: nut_client - hosts: nut_client
diff: yes diff: true
roles: roles:
- nut-client - nut-client
- hosts: nut_server - hosts: nut_server
diff: yes diff: true
roles: roles:
- nut-server - nut-server

View File

@@ -1,4 +1,6 @@
---
- hosts: pgsqlservers - hosts: pgsqlservers
diff: yes diff: true
roles: roles:
- postgres - postgres

View File

@@ -1,4 +1,6 @@
---
- hosts: phpservers - hosts: phpservers
diff: yes diff: true
roles: roles:
- php - php

View File

@@ -1,3 +1,5 @@
---
- import_playbook: system.yml - import_playbook: system.yml
- import_playbook: usb.yml - import_playbook: usb.yml
- import_playbook: smtprelay.yml - import_playbook: smtprelay.yml

View File

@@ -1,4 +1,6 @@
---
- hosts: all:!baybay-ponay.mateu.be:!machinbox.mateu.be:!mail.dmz.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa - hosts: all:!baybay-ponay.mateu.be:!machinbox.mateu.be:!mail.dmz.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa
diff: yes diff: true
roles: roles:
- smtprelay - smtprelay

View File

@@ -1,4 +1,6 @@
---
- hosts: all:!baybay-ponay.mateu.be:!machinbox.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa - hosts: all:!baybay-ponay.mateu.be:!machinbox.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa
diff: yes diff: true
roles: roles:
- rsyslog - rsyslog

View File

@@ -1,4 +1,6 @@
---
- hosts: unifiservers - hosts: unifiservers
diff: yes diff: true
roles: roles:
- unifi - unifi

View File

@@ -1,4 +1,6 @@
---
- hosts: hypervisors - hosts: hypervisors
diff: yes diff: true
roles: roles:
- usb - usb

View File

@@ -1,5 +1,7 @@
---
- hosts: webservers - hosts: webservers
diff: yes diff: true
roles: roles:
- nginx - nginx
- webapps - webapps

View File

@@ -1,4 +1,6 @@
---
- hosts: xmppservers - hosts: xmppservers
diff: yes diff: true
roles: roles:
- xmpp - xmpp