Module - tripleo_passwords_rotate¶
This module provides for the following ansible plugin:
tripleo_passwords_rotate
Module Documentation¶
Rotate Passwords.
Options¶
- container
- Overcloud plan container name 
- rotate_passwords
- flag for rotate passwords or not 
- password_list
- Password list to be rotated 
- password_file
- file containing the current passwords for the stack 
Authors¶
- Rabi Mishra (@ramishra) 
Example Tasks¶
- name: Rotate passwords and update plan
  tripleo_password_rotate:
    container: overcloud
    rotate_passwords: true
    password_list: []
