Skip to content

Instantly share code, notes, and snippets.

@sky-joker
Last active August 26, 2018 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sky-joker/f7cdf1b7309ccd04a82f4a0edb8307e6 to your computer and use it in GitHub Desktop.
Save sky-joker/f7cdf1b7309ccd04a82f4a0edb8307e6 to your computer and use it in GitHub Desktop.
Ansible Tower(AWX)のインベントリ変数でvaultを使う方法 ref: https://goo.gl/gHMybC
message:
__ansible_vault: >-
$ANSIBLE_VAULT;1.1;AES256
36623065363836653763626531636261613834653839353832663236316134646665356539643362
3330353263653837353832316139663963373037636261650a313531613564643337366661313065
30313332383563303866333833613332643631353463346166333565306631316364363039663636
3561303264613365390a636237633463643538323634663134666632393737666437646462653364
6563
- 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