Blame playbooks/vault/change-password-symmetric-vault.yml

Packit Service 0a38ef
---
Packit Service 0a38ef
- name: Playbook to change password of symmetric vault.
Packit Service 0a38ef
  hosts: ipaserver
Packit Service 0a38ef
  become: yes
Packit Service 0a38ef
  gather_facts: no
Packit Service 0a38ef
Packit Service 0a38ef
  tasks:
Packit Service 0a38ef
  - name: Create vault.
Packit Service 0a38ef
    ipavault:
Packit Service 0a38ef
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      name: symvault
Packit Service 0a38ef
      password: SomeVAULTpassword
Packit Service 0a38ef
  - name: Change vault passord.
Packit Service 0a38ef
    ipavault:
Packit Service 0a38ef
      ipaadmin_password: SomeADMINpassword
Packit Service 0a38ef
      name: symvault
Packit Service 0a38ef
      password: SomeVAULTpassword
Packit Service 0a38ef
      new_password: SomeNEWpassword