kolla-ansible/ansible
Christian Berendt 03788e17d4 Set "no_log" for "databases user and setting permissions" tasks
At the moment the "databases user and setting permissions" task for
designate and nova leaks the database_password because of the use
of with_items:

---snip---
TASK [nova : Creating Nova databases user and setting permissions] *********************************************************
ok: [x -> y] => (item={u'database_password': u'password', u'database_name': u'nova', u'database_username': u'nova'})
ok: [x -> y] => (item={u'database_password': u'password', u'database_name': u'nova_cell0', u'database_username': u'nova'})
ok: [x -> y] => (item={u'database_password': u'password', u'database_name': u'nova_api', u'database_username': u'nova_api'})
---snap---

Change-Id: I141e4153223c8772c82a31d81e58057ce266c0b9
Co-authored-by: Bernd Müller <mueller@b1-systems.de>
2018-11-19 11:10:41 +00:00
..
action_plugins Merge "Merge the merge_yaml and merge_config module into one" 2018-11-07 22:52:14 +00:00
group_vars Merge "Add support for deploying Monasca Grafana" 2018-11-07 15:54:29 +00:00
inventory Merge "Add support for deploying Monasca Grafana" 2018-11-07 15:54:29 +00:00
library Merge the merge_yaml and merge_config module into one 2018-10-31 10:13:00 +08:00
roles Set "no_log" for "databases user and setting permissions" tasks 2018-11-19 11:10:41 +00:00
bifrost.yml Detect openstack_release in kolla-ansible deploy-bifrost 2018-03-08 10:13:32 +00:00
certificates.yml Make the certificates role just run on deploy node 2018-03-20 19:57:30 +08:00
destroy.yml Give plays in the playbooks a name 2016-12-05 15:40:56 +00:00
kolla-host.yml Fix missed kolla_action and kolla_serial 2018-05-16 13:13:06 +01:00
mariadb_recovery.yml Detect openstack_release variable in mariadb recovery playbooks 2017-04-11 07:38:25 +00:00
post-deploy.yml post-deploy: honour --config-dir argument 2017-10-12 16:35:56 +02:00
site.yml Merge "Support deploying storm worker and storm nimbus separately" 2018-11-06 20:21:33 +00:00
stop.yml Added support for a stop playbook in kolla 2016-11-23 11:45:23 +00:00