mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
examples/ansible.cfg: add vault_password_file
This commit is contained in:
parent
80e7fbff75
commit
0814a37a76
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@
|
||||||
# if passing --private-key to ansible or ansible-playbook
|
# if passing --private-key to ansible or ansible-playbook
|
||||||
#private_key_file = /path/to/file
|
#private_key_file = /path/to/file
|
||||||
|
|
||||||
|
# If set, configures the path to the Vault password file as an alternative to
|
||||||
|
# specifying --vault-password-file on the command line.
|
||||||
|
#vault_password_file = /path/to/vault_password_file
|
||||||
|
|
||||||
# format of string {{ ansible_managed }} available within Jinja2
|
# format of string {{ ansible_managed }} available within Jinja2
|
||||||
# templates indicates to users editing templates files will be replaced.
|
# templates indicates to users editing templates files will be replaced.
|
||||||
# replacing {file}, {host} and {uid} and strftime codes with proper values.
|
# replacing {file}, {host} and {uid} and strftime codes with proper values.
|
||||||
|
|
Loading…
Reference in a new issue