Fix more incorrect roles
This commit is contained in:
parent
0faa20d3e5
commit
3f419f8e6e
@ -16,7 +16,7 @@
|
|||||||
become: yes
|
become: yes
|
||||||
tags: [ common, dns ]
|
tags: [ common, dns ]
|
||||||
roles:
|
roles:
|
||||||
- role: backups
|
- role: base-backups
|
||||||
tags: [ backups ]
|
tags: [ backups ]
|
||||||
- role: matrix
|
- role: matrix
|
||||||
vars:
|
vars:
|
||||||
@ -42,7 +42,7 @@
|
|||||||
tags: [ discord, adam ]
|
tags: [ discord, adam ]
|
||||||
- hosts: web1.9iron.club
|
- hosts: web1.9iron.club
|
||||||
roles:
|
roles:
|
||||||
- role: backups
|
- role: base-backups
|
||||||
vars:
|
vars:
|
||||||
backups_outdir: "/cold/backups"
|
backups_outdir: "/cold/backups"
|
||||||
tags: [ backups ]
|
tags: [ backups ]
|
||||||
@ -68,5 +68,5 @@
|
|||||||
tags: [ web, webroot ]
|
tags: [ web, webroot ]
|
||||||
- hosts: web1.cowfee.moe
|
- hosts: web1.cowfee.moe
|
||||||
roles:
|
roles:
|
||||||
- role: backups
|
- role: base-backups
|
||||||
tags: [ backups ]
|
tags: [ backups ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user