Initial commit
This commit is contained in:
12
README.create_vault_string
Normal file
12
README.create_vault_string
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
# Create entcypted string
|
||||
#
|
||||
# ansible-vault encrypt_string '<string-to-encrypt>' --name 'password'
|
||||
#
|
||||
$ ansible-vault encrypt_string 'test100' --name 'password'
|
||||
password: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
33663235396237373338323536643030393235323266656333323934663431323531316638383962
|
||||
3536333065363364653561366464393262663832376339630a353236316431636338373034343566
|
||||
31373136613434636562353237653230633162613531313466366437663730633931346131396531
|
||||
3632653737643363350a306435656633343132366461346262623131323337633663363135313563
|
Reference in New Issue
Block a user