File: valid_sample.yml

package info (click to toggle)
ansible-core 2.19.0~beta6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 32,628 kB
  • sloc: python: 180,313; cs: 4,929; sh: 4,601; xml: 34; makefile: 21
file content (19 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
all:
  children:
    somegroup:
      hosts:
        something:
          foo: bar
          access_group_decryptable: '{{ roundtrip_undecryptable }}'
      vars:
        roundtrip_undecryptable: !vault |
          $ANSIBLE_VAULT;1.1;AES256
          33323332333033383335333533383338333333303339333733323339333833303334333133313339
          33373339333133323331333833373335333933323338333633343338333133343334333733383334
          33333335333433383337333133303339333433353332333333363339333733363335333233303330
          3337333733353331333633313335333733373334333733320a373938666533366165653830313163
          62386564343438653437333564383664646538653364343138303831613039313232636437336530
          3438376662373764650a633366646563386335623161646262366137393635633464333265613938
          6661

    ungrouped: {}