Skip to content

Instantly share code, notes, and snippets.

@tjtoml
Created September 7, 2020 22:25
Show Gist options
  • Save tjtoml/9974a73c181f52e1a969c2a76552cc0a to your computer and use it in GitHub Desktop.
Save tjtoml/9974a73c181f52e1a969c2a76552cc0a to your computer and use it in GitHub Desktop.
ansible_file_contents
ok: [] =>
msg:
- ansible_loop_var: item
changed: false
cmd: cat /etc/db_flag_files/cust1-1234
delta: '0:00:00.003117'
end: '2020-09-07 22:21:53.727129'
failed: false
invocation:
module_args:
_raw_params: cat /etc/db_flag_files/cust1-1234
_uses_shell: true
argv: null
chdir: null
creates: null
executable: null
removes: null
stdin: null
stdin_add_newline: true
strip_empty_ends: true
warn: true
item:
cust_num: 1234
jwt_secret:
name: cust1
rc: 0
start: '2020-09-07 22:21:53.724012'
stderr: ''
stderr_lines: []
stdout: |-
170-.sql
stdout_lines:
- 170-.sql
- ansible_loop_var: item
changed: false
cmd:
delta: '0:00:00.003146'
end: '2020-09-07 22:21:54.652348'
failed: false
invocation:
module_args:
_raw_params: cat /etc/db_flag_files/cust2-4321
_uses_shell: true
argv: null
chdir: null
creates: null
executable: null
removes: null
stdin: null
stdin_add_newline: true
strip_empty_ends: true
warn: true
item:
cust_num:
jwt_secret:
name: cust2
rc: 0
start: '2020-09-07 22:21:54.649202'
stderr: ''
stderr_lines: []
stdout: |-
170-.sql
stdout_lines:
- 170-.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment