Changeset 14773 for main/waeup-ansible/host_vars
- Timestamp:
- 4 Aug 2017, 22:54:59 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup-ansible/host_vars/README.txt
r14752 r14773 8 8 9 9 # file "h1.example.org" 10 --- 10 11 ansible_sudo_pass: my-secret-sudo-password 11 12 ansible_user: foo … … 16 17 <edit-file, add content as above> 17 18 18 and later, when running ansible you can add ``--ask-vault`` option to decrypt 19 or, if the file exists already, yet unencrypted:: 20 21 $ ansible-vault encrypt h1.example.com 22 23 and later, when running ansible you can add ``--ask-vault-pass`` option to decrypt 19 24 the config files. In that case make sure to use the same password for all vault 20 files .25 files (or encrypt all files at once with the same password). 21 26 22 27 This very file serves as a placeholder in case this whole repo is going to
Note: See TracChangeset for help on using the changeset viewer.