Last active
August 26, 2018 15:50
-
-
Save sky-joker/f7cdf1b7309ccd04a82f4a0edb8307e6 to your computer and use it in GitHub Desktop.
Ansible Tower(AWX)のインベントリ変数でvaultを使う方法 ref: https://goo.gl/gHMybC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
message: | |
__ansible_vault: >- | |
$ANSIBLE_VAULT;1.1;AES256 | |
36623065363836653763626531636261613834653839353832663236316134646665356539643362 | |
3330353263653837353832316139663963373037636261650a313531613564643337366661313065 | |
30313332383563303866333833613332643631353463346166333565306631316364363039663636 | |
3561303264613365390a636237633463643538323634663134666632393737666437646462653364 | |
6563 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: test operation | |
hosts: all | |
gather_facts: no | |
tasks: | |
- debug: msg="{{ message }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment