forked from infra/ansible
storinator01: fix old rdu2-cc host entries
This machine moved from rdu2-cc to rdu3, we missed changing these at the time. For copr it should use the external hostname. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
bcee02c9fd
commit
b601ca4c6e
2 changed files with 3 additions and 3 deletions
|
|
@ -216,7 +216,7 @@ aws_cloudfront_distribution: E2PUZIRCXCOXTG
|
|||
nrpe_client_uid: 500
|
||||
|
||||
rsnapshot_push:
|
||||
server_host: storinator01.rdu-cc.fedoraproject.org
|
||||
server_host: storinator01.fedoraproject.org
|
||||
backup_dir: /srv/nfs/copr-be
|
||||
cases:
|
||||
copr-be-copr-user:
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
## This should be in a different playbook.
|
||||
- name: Deal with drive items on storinator01
|
||||
hosts: storinator01.rdu-cc.fedoraproject.org
|
||||
hosts: storinator01.rdu3.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: true
|
||||
vars_files:
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
- copr
|
||||
|
||||
- name: Deal with NFS
|
||||
hosts: storinator01.rdu-cc.fedoraproject.org
|
||||
hosts: storinator01.rdu3.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: true
|
||||
vars_files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue