summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/contains_secrets.transformed.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:06:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:06:49 +0000
commit2fe34b6444502079dc0b84365ce82dbc92de308e (patch)
tree8fedcab52bbbc3db6c5aa909a88a7a7b81685018 /examples/playbooks/contains_secrets.transformed.yml
parentInitial commit. (diff)
downloadansible-lint-2fe34b6444502079dc0b84365ce82dbc92de308e.tar.xz
ansible-lint-2fe34b6444502079dc0b84365ce82dbc92de308e.zip
Adding upstream version 6.17.2.upstream/6.17.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/playbooks/contains_secrets.transformed.yml')
-rw-r--r--examples/playbooks/contains_secrets.transformed.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/playbooks/contains_secrets.transformed.yml b/examples/playbooks/contains_secrets.transformed.yml
new file mode 100644
index 0000000..cf5388c
--- /dev/null
+++ b/examples/playbooks/contains_secrets.transformed.yml
@@ -0,0 +1,18 @@
+---
+- name: Fixture
+ hosts: localhost
+ vars:
+ plain: hello123
+ # spell-checker: disable-next-line
+ # just 'hello123' encrypted with 'letmein' for test purposes
+ secret: !vault |
+ $ANSIBLE_VAULT;1.1;AES256
+ 63346434613163653866303630313238626164313961613935373137323639636333393338386232
+ 3735313061316666343839343665383036623237353263310a623639336530383433343833653138
+ 30393032393534316164613834393864616566646164363830316664623636643731383164376163
+ 3736653037356435310a303533383533353739323834343637366438633766666163656330343631
+ 3066
+ tasks:
+ - name: Just a debug task
+ ansible.builtin.debug:
+ msg: hello world