ansible/group_vars/all/root.yml

6 lines
76 B
YAML

---
root__shell: /bin/bash
root__password: "{{ vault_root_password }}"
...