Merge "Add when
to skip os_client_config in noauth mode"
This commit is contained in:
commit
e2228fa502
@ -21,6 +21,7 @@
|
||||
- name: "Execute os_client_config to collect facts"
|
||||
os_client_config:
|
||||
no_log: yes
|
||||
when: noauth_mode is defined and noauth_mode | bool == false
|
||||
|
||||
# NOTE(TheJulia): The first record returned by os_client_config
|
||||
# is utilized as the default. A user can still define the parameters
|
||||
|
@ -29,6 +29,7 @@
|
||||
- name: "Execute os_client_config to collect facts"
|
||||
os_client_config:
|
||||
no_log: yes
|
||||
when: noauth_mode is defined and noauth_mode | bool == false
|
||||
|
||||
# NOTE(TheJulia): The first record returned by os_client_config
|
||||
# is utilized as the default. A user can still define the parameters
|
||||
|
@ -31,6 +31,7 @@
|
||||
auth_type: "{{ openstack.clouds[0].auth_type }}"
|
||||
when: auth is undefined
|
||||
no_log: yes
|
||||
when: noauth_mode is defined and noauth_mode | bool == false
|
||||
|
||||
- name: "Unprovision node"
|
||||
os_ironic_node:
|
||||
|
@ -21,6 +21,7 @@
|
||||
- name: "Execute os_client_config to collect facts"
|
||||
os_client_config:
|
||||
no_log: yes
|
||||
when: noauth_mode is defined and noauth_mode | bool == false
|
||||
|
||||
# NOTE(TheJulia): The first record returned by os_client_config
|
||||
# is utilized as the default. A user can still define the parameters
|
||||
|
@ -24,6 +24,7 @@
|
||||
- name: "Execute os_client_config to collect facts"
|
||||
os_client_config:
|
||||
no_log: yes
|
||||
when: noauth_mode is defined and noauth_mode | bool == false
|
||||
|
||||
# NOTE(TheJulia): The first record returned by os_client_config
|
||||
# is utilized as the default. A user can still define the parameters
|
||||
|
@ -24,6 +24,7 @@
|
||||
- name: "Execute os_client_config to collect facts"
|
||||
os_client_config:
|
||||
no_log: yes
|
||||
when: noauth_mode is defined and noauth_mode | bool == false
|
||||
|
||||
# NOTE(TheJulia): The first record returned by os_client_config
|
||||
# is utilized as the default. A user can still define the parameters
|
||||
|
Loading…
x
Reference in New Issue
Block a user