13 lines
363 B
YAML
13 lines
363 B
YAML
---
|
|
# As an example this file is keep in plaintext, if you want to
|
|
# encrypt this file, please execute following command:
|
|
#
|
|
# $ ansible-vault encrypt passwords.yml
|
|
#
|
|
# It will ask you for a password, which you must then pass to
|
|
# ansible interactively when executing the playbook.
|
|
#
|
|
# $ ansible-playbook myplaybook.yml --ask-vault-pass
|
|
#
|
|
engine_password: 123456
|