mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
renamed role
This commit is contained in:
parent
278d61759a
commit
a213db0de3
@ -1,4 +1,4 @@
|
|||||||
# role native-pull-remote-backups
|
# role native-pull-primary-backups
|
||||||
|
|
||||||
## goal
|
## goal
|
||||||
This script allows to pull backups from a remote server.
|
This script allows to pull backups from a remote server.
|
2
site.yml
2
site.yml
@ -33,7 +33,7 @@
|
|||||||
hosts: replica_backup_hosts
|
hosts: replica_backup_hosts
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- role: native-pull-remote-backups
|
- role: native-pull-primary-backups
|
||||||
- name: setup homepages
|
- name: setup homepages
|
||||||
hosts: homepage_hosts
|
hosts: homepage_hosts
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
Reference in New Issue
Block a user