mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
@@ -106,7 +106,10 @@
|
||||
builder_use_auth: true,
|
||||
distribution_scope: 'private',
|
||||
registry_api_versions: 'v2',
|
||||
builder_openshift_url: 'https://{{osbs_url}}'
|
||||
builder_openshift_url: 'https://{{osbs_url}}',
|
||||
client_config_secret: 'client_config_secret',
|
||||
reactor_config_secret: 'reactor_config_secret',
|
||||
token_secrets: 'x86-64-osbs:/var/run/secrets/atomic-reactor/x86-64-osbs'
|
||||
}
|
||||
}
|
||||
- {
|
||||
|
||||
@@ -541,7 +541,7 @@
|
||||
osbs_secret_files:
|
||||
- source: "{{ private }}/files/osbs/x86-64-osbs-stg-orchestrator"
|
||||
dest: token
|
||||
when: env == "staging"
|
||||
when: env == "staging"
|
||||
|
||||
- name: Manage docker images and image stream
|
||||
hosts: osbs-masters-stg[0]:osbs-masters[0]
|
||||
|
||||
Reference in New Issue
Block a user