
Add the ability to write out the command being exected to a script for the roles that aren't single action list/show/remove/etc as they would not be something to rerun and are really for ansible-only control. Change-Id: I11ad3c12de21fe0522d13f966783cb413b661646
16 lines
831 B
YAML
16 lines
831 B
YAML
# defaults file for tripleo_overcloud_credentials
|
|
---
|
|
openstack_bin: openstack
|
|
tripleo_overcloud_credentials_debug: false
|
|
tripleo_overcloud_credentials_directory:
|
|
tripleo_overcloud_credentials_generate_scripts: "{{ tripleo_generate_scripts | default(False) }}"
|
|
tripleo_overcloud_credentials_home_dir: "{{ ansible_env.HOME }}"
|
|
tripleo_overcloud_credentials_log: "{{ tripleo_overcloud_credentials_home_dir }}/overcloud_credentials.log"
|
|
tripleo_overcloud_credentials_log_combine: true
|
|
tripleo_overcloud_credentials_log_output: true
|
|
tripleo_overcloud_credentials_os_cloud: "{{ tripleo_os_cloud | default('') }}"
|
|
tripleo_overcloud_credentials_plan:
|
|
tripleo_overcloud_credentials_poll: 10
|
|
tripleo_overcloud_credentials_rc_file: "{{ tripleo_rc_file | default(ansible_env.HOME ~ '/stackrc') }}"
|
|
tripleo_overcloud_credentials_timeout: 3600
|