Skip to content

Commit

Permalink
Merge pull request #150 from andymcc/no_log
Browse files Browse the repository at this point in the history
CEPHSTORA-218 Set no_log: True on tasks involving passwords
  • Loading branch information
andymcc authored Apr 24, 2018
2 parents 2e8f9ff + e5dcc51 commit e173992
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playbooks/ceph-keystone-rgw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
until: add_service|success
retries: 5
delay: 2
no_log: True
tags:
- ceph-rgw-setup
- rgw-service-add
Expand All @@ -55,6 +56,7 @@
until: add_service|success
retries: 5
delay: 10
no_log: True
tags:
- ceph-rgw-setup
- rgw-service-add
Expand Down Expand Up @@ -104,6 +106,7 @@
until: add_service|success
retries: 5
delay: 10
no_log: True
tags:
- ceph-rgw-setup
- rgw-service-add

0 comments on commit e173992

Please sign in to comment.