refactor: standardize playbooks’ name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Transmission
|
||||
- name: Deploy transmission
|
||||
hosts: transmission
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,16 +1,16 @@
|
||||
---
|
||||
|
||||
- name: Borgbackup
|
||||
- name: Deploy borgbackup
|
||||
hosts: borgbackup
|
||||
diff: true
|
||||
roles:
|
||||
- borgbackup
|
||||
- name: Borg clients
|
||||
- name: Configure borg clients
|
||||
hosts: borg_client
|
||||
diff: true
|
||||
roles:
|
||||
- borg_client
|
||||
- name: Borg server
|
||||
- name: Configure borg server
|
||||
hosts: borg_server
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Docker
|
||||
- name: Deploy docker
|
||||
hosts: dockerservers
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -7,7 +7,7 @@
|
||||
- network
|
||||
tasks: []
|
||||
|
||||
- name: Router
|
||||
- name: Deploy firewall
|
||||
hosts: router
|
||||
diff: true
|
||||
roles:
|
||||
|
2
ftp.yml
2
ftp.yml
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: FTP
|
||||
- name: Deploy ftp
|
||||
hosts: ftpservers
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Garage
|
||||
- name: Deploy garage
|
||||
hosts: garageservers
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Icecast
|
||||
- name: Deploy icecast
|
||||
hosts: icecastservers
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -7,7 +7,7 @@
|
||||
- network
|
||||
tasks: []
|
||||
|
||||
- name: Load balancers
|
||||
- name: Deploy haproxy
|
||||
hosts: loadbalancers
|
||||
diff: true
|
||||
roles:
|
||||
|
2
mail.yml
2
mail.yml
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Mail
|
||||
- name: Deploy mail
|
||||
hosts: mailservers
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: MariaDB
|
||||
- name: Deploy mariadb
|
||||
hosts: mariadbservers
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Mastodon
|
||||
- name: Deploy mastodon
|
||||
hosts: mastodonservers
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Mumble
|
||||
- name: Deploy mumble
|
||||
hosts: mumbleservers
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
|
||||
- name: Munin clients
|
||||
- name: Deploy munin clients
|
||||
hosts: all:!disabled_munin
|
||||
diff: true
|
||||
roles:
|
||||
- munin_client
|
||||
|
||||
- name: Munin servers
|
||||
- name: Deploy munin server
|
||||
hosts: muninservers
|
||||
diff: true
|
||||
roles:
|
||||
|
5
nut.yml
5
nut.yml
@@ -1,11 +1,12 @@
|
||||
---
|
||||
|
||||
- name: NUT server
|
||||
- name: Deploy nut server
|
||||
hosts: nut_server
|
||||
diff: true
|
||||
roles:
|
||||
- nut_server
|
||||
- name: NUT clients
|
||||
|
||||
- name: Deploy nut clients
|
||||
hosts: nut_client
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: PostgreSQL
|
||||
- name: Deploy pgsql
|
||||
hosts: pgsqlservers
|
||||
diff: true
|
||||
roles:
|
||||
|
2
php.yml
2
php.yml
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: PHP
|
||||
- name: Deploy php
|
||||
hosts: phpservers
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Restic
|
||||
- name: Deploy restic
|
||||
hosts: resticservers
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Deploy SMTP relay
|
||||
- name: Deploy smtp relay
|
||||
hosts: all:!baybay-ponay.mateu.be:!machinbox.mateu.be:!mail.dmz.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa
|
||||
diff: true
|
||||
roles:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Deploy ACME & system tools
|
||||
- name: Deploy system tools
|
||||
hosts: all:!baybay-ponay.mateu.be:!machinbox.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa
|
||||
diff: true
|
||||
roles:
|
||||
|
2
usb.yml
2
usb.yml
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Deploy USB
|
||||
- name: Deploy usb
|
||||
hosts: hypervisors
|
||||
diff: true
|
||||
roles:
|
||||
|
Reference in New Issue
Block a user