Add less verbosity for fernet keys ansible playbook

The default verbosity ended up logging the values of the fernet keys.
This is not desirable, so we set the least amount of verbosity to stop
this.

Change-Id: I38646729692231f305630fc36ef7591a99daff63
Closes-Bug: #1714198
(cherry picked from commit 28cd0e4bf5)
This commit is contained in:
Juan Antonio Osorio Robles 2017-08-31 12:07:20 +03:00
parent 6fe17f9a1f
commit 16d1bcbd97
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@
owner: keystone
group: keystone
with_dict: "{{ fernet_keys }}"
no_log: true
- name: Restart keystone container
shell: docker restart keystone
@ -44,6 +45,7 @@
owner: keystone
group: keystone
with_dict: "{{ fernet_keys }}"
no_log: true
- name: Reload apache
service:

View File

@ -53,6 +53,7 @@ workflows:
inventory: /usr/bin/tripleo-ansible-inventory
ssh_private_key: <% task(get_privkey).result %>
ssh_extra_args: '-o StrictHostKeyChecking=no'
verbosity: 0
remote_user: heat-admin
become: true
extra_vars: