diff --git a/bittorrent.yml b/bittorrent.yml index b951f45..0bd8841 100644 --- a/bittorrent.yml +++ b/bittorrent.yml @@ -1,6 +1,6 @@ --- -- name: Transmission +- name: Deploy transmission hosts: transmission diff: true roles: diff --git a/borgbackup.yml b/borgbackup.yml index 07882ab..949412f 100644 --- a/borgbackup.yml +++ b/borgbackup.yml @@ -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: diff --git a/docker.yml b/docker.yml index ffa35c4..318a537 100644 --- a/docker.yml +++ b/docker.yml @@ -1,6 +1,6 @@ --- -- name: Docker +- name: Deploy docker hosts: dockerservers diff: true roles: diff --git a/firewall.yml b/firewall.yml index e659f8f..e398cad 100644 --- a/firewall.yml +++ b/firewall.yml @@ -7,7 +7,7 @@ - network tasks: [] -- name: Router +- name: Deploy firewall hosts: router diff: true roles: diff --git a/ftp.yml b/ftp.yml index 90eb8a5..4caecd7 100644 --- a/ftp.yml +++ b/ftp.yml @@ -1,6 +1,6 @@ --- -- name: FTP +- name: Deploy ftp hosts: ftpservers diff: true roles: diff --git a/garage.yml b/garage.yml index 7452525..f7827cd 100644 --- a/garage.yml +++ b/garage.yml @@ -1,6 +1,6 @@ --- -- name: Garage +- name: Deploy garage hosts: garageservers diff: true roles: diff --git a/icecast2.yml b/icecast2.yml index bdc57cf..f64c2f4 100644 --- a/icecast2.yml +++ b/icecast2.yml @@ -1,6 +1,6 @@ --- -- name: Icecast +- name: Deploy icecast hosts: icecastservers diff: true roles: diff --git a/loadbalancinghttp.yml b/loadbalancinghttp.yml index 27e3d17..928027b 100644 --- a/loadbalancinghttp.yml +++ b/loadbalancinghttp.yml @@ -7,7 +7,7 @@ - network tasks: [] -- name: Load balancers +- name: Deploy haproxy hosts: loadbalancers diff: true roles: diff --git a/mail.yml b/mail.yml index 696a695..454a777 100644 --- a/mail.yml +++ b/mail.yml @@ -1,6 +1,6 @@ --- -- name: Mail +- name: Deploy mail hosts: mailservers diff: true roles: diff --git a/mariadb.yml b/mariadb.yml index 140972b..387579b 100644 --- a/mariadb.yml +++ b/mariadb.yml @@ -1,6 +1,6 @@ --- -- name: MariaDB +- name: Deploy mariadb hosts: mariadbservers diff: true roles: diff --git a/mastodon.yml b/mastodon.yml index cb39f80..296e9b0 100644 --- a/mastodon.yml +++ b/mastodon.yml @@ -1,6 +1,6 @@ --- -- name: Mastodon +- name: Deploy mastodon hosts: mastodonservers diff: true roles: diff --git a/mumble.yml b/mumble.yml index e772ade..906012e 100644 --- a/mumble.yml +++ b/mumble.yml @@ -1,6 +1,6 @@ --- -- name: Mumble +- name: Deploy mumble hosts: mumbleservers diff: true roles: diff --git a/munin.yml b/munin.yml index 31f6609..a91bebe 100644 --- a/munin.yml +++ b/munin.yml @@ -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: diff --git a/nut.yml b/nut.yml index e26bb53..e1029fa 100644 --- a/nut.yml +++ b/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: diff --git a/pgsql.yml b/pgsql.yml index 9a9591e..3725210 100644 --- a/pgsql.yml +++ b/pgsql.yml @@ -1,6 +1,6 @@ --- -- name: PostgreSQL +- name: Deploy pgsql hosts: pgsqlservers diff: true roles: diff --git a/php.yml b/php.yml index b71edcd..a2abc65 100644 --- a/php.yml +++ b/php.yml @@ -1,6 +1,6 @@ --- -- name: PHP +- name: Deploy php hosts: phpservers diff: true roles: diff --git a/restic.yml b/restic.yml index 813aa04..9d2da3c 100644 --- a/restic.yml +++ b/restic.yml @@ -1,6 +1,6 @@ --- -- name: Restic +- name: Deploy restic hosts: resticservers diff: true roles: diff --git a/smtprelay.yml b/smtprelay.yml index c6bd2a7..f833116 100644 --- a/smtprelay.yml +++ b/smtprelay.yml @@ -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: diff --git a/system.yml b/system.yml index 94c9ff3..1c07986 100644 --- a/system.yml +++ b/system.yml @@ -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: diff --git a/usb.yml b/usb.yml index 39fe45c..d14cf8b 100644 --- a/usb.yml +++ b/usb.yml @@ -1,6 +1,6 @@ --- -- name: Deploy USB +- name: Deploy usb hosts: hypervisors diff: true roles: diff --git a/xmpp.yml b/xmpp.yml index 61536ca..13004b3 100644 --- a/xmpp.yml +++ b/xmpp.yml @@ -1,6 +1,6 @@ --- -- name: Deploy XMPP servers +- name: Deploy xmpp hosts: xmppservers diff: true roles: