Merge "Add CephAnsibleEnvironmentVariables to nodes-uuid call" into stable/rocky

This commit is contained in:
Zuul 2019-06-05 18:01:36 +00:00 committed by Gerrit Code Review
commit 3445d473e7
1 changed files with 3 additions and 0 deletions

View File

@ -466,6 +466,9 @@ outputs:
- - ANSIBLE_LOG_PATH="{{playbook_dir}}/ceph-ansible/nodes_uuid_command.log"
- ANSIBLE_CONFIG="{{playbook_dir}}/ansible.cfg"
- ANSIBLE_REMOTE_TEMP=/tmp/nodes_uuid_tmp
- yaql:
data: {get_param: CephAnsibleEnvironmentVariables}
expression: $.data.items().select($[0] + '=' + $[1]).join(' ')
- ansible-playbook
- '{% if ansible_ssh_private_key_file is defined %}--private-key {{ansible_ssh_private_key_file}}{% endif %}'
- '-i'