i think this needs to go to iad2
This commit is contained in:
parent
5f99c9b1e3
commit
5553dfe42d
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# registry hosts.
|
||||
|
||||
- name: Prune 30 days old OCI images from candidate-registry
|
||||
hosts: oci-candidate-registry01.phx2.fedoraproject.org:oci-candidate-registry01.stg.phx2.fedoraproject.org
|
||||
hosts: oci-candidate-registry01.iad2.fedoraproject.org:oci-candidate-registry01.stg.iad2.fedoraproject.org
|
||||
gather_facts: false
|
||||
user: root
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
|||
days: 30
|
||||
username: "{{candidate_registry_osbs_prod_username}}"
|
||||
password: "{{candidate_registry_osbs_prod_password}}"
|
||||
delegate_to: compose-x86-01.phx2.fedoraproject.org
|
||||
delegate_to: compose-x86-01.iad2.fedoraproject.org
|
||||
when: env == "production"
|
||||
register: prod_output
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
|||
days: 30
|
||||
username: "{{candidate_registry_osbs_stg_username}}"
|
||||
password: "{{candidate_registry_osbs_stg_password}}"
|
||||
delegate_to: compose-x86-01.phx2.fedoraproject.org
|
||||
delegate_to: compose-x86-01.iad2.fedoraproject.org
|
||||
when: env == "staging"
|
||||
register: stg_output
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue