18 lines
1.4 KiB
YAML
18 lines
1.4 KiB
YAML
|
# If you use normal 'ansible-vault create' or edit, files always have at least one new line
|
||
|
# so c&p from a vault encrypted that wasn't specifically created sans new line ends up with one.
|
||
|
# (specifically created, as in 'echo -n "just one line" > my_secret.yml'
|
||
|
vault_encrypted_var: !vault-encrypted |
|
||
|
$ANSIBLE_VAULT;1.1;AES256
|
||
|
66386439653236336462626566653063336164663966303231363934653561363964363833313662
|
||
|
6431626536303530376336343832656537303632313433360a626438346336353331386135323734
|
||
|
62656361653630373231613662633962316233633936396165386439616533353965373339616234
|
||
|
3430613539666330390a313736323265656432366236633330313963326365653937323833366536
|
||
|
34623731376664623134383463316265643436343438623266623965636363326136
|
||
|
vault_encrypted_one_line_var: !vault-encrypted |
|
||
|
$ANSIBLE_VAULT;1.1;AES256
|
||
|
33363965326261303234626463623963633531343539616138316433353830356566396130353436
|
||
|
3562643163366231316662386565383735653432386435610a306664636137376132643732393835
|
||
|
63383038383730306639353234326630666539346233376330303938323639306661313032396437
|
||
|
6233623062366136310a633866373936313238333730653739323461656662303864663666653563
|
||
|
3138
|