Add certificate generation
This commit is contained in:
12
roles/ovirt.manageiq/examples/passwords.yml
Normal file
12
roles/ovirt.manageiq/examples/passwords.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user