Lines Matching refs:sops

4     - name: Place .sops.yaml
6 src: ".sops.yaml"
7 dest: "{{ output_dir }}/.sops.yaml"
35 community.sops.sops_encrypt:
51 content: I'm not sops encrypted
54 community.sops.sops_encrypt:
62 community.sops.sops_encrypt:
69 community.sops.sops_encrypt:
77 community.sops.sops_encrypt:
84 value: "{{ lookup('community.sops.sops', output_dir ~ '/broken', rstrip=False) }}"
97 community.sops.sops_encrypt:
104 community.sops.sops_encrypt:
110 value_1: "{{ lookup('community.sops.sops', output_dir ~ '/test_text', rstrip=False) }}"
113 community.sops.sops_encrypt:
120 community.sops.sops_encrypt:
126 community.sops.sops_encrypt:
133 community.sops.sops_encrypt:
139 value_2: "{{ lookup('community.sops.sops', output_dir ~ '/test_text', rstrip=false) }}"
155 community.sops.sops_encrypt:
162 community.sops.sops_encrypt:
168 …value_1: "{{ lookup('community.sops.sops', output_dir ~ '/test_binary', base64=true, rstrip=False)…
171 community.sops.sops_encrypt:
178 community.sops.sops_encrypt:
184 community.sops.sops_encrypt:
191 community.sops.sops_encrypt:
197 …value_2: "{{ lookup('community.sops.sops', output_dir ~ '/test_binary', base64=true, rstrip=false)…
213 community.sops.sops_encrypt:
220 community.sops.sops_encrypt:
226 …value_1_raw: "{{ lookup('community.sops.sops', output_dir ~ '/test_json', base64=true, output_type…
227 …value_1: "{{ lookup('community.sops.sops', output_dir ~ '/test_json', output_type='json') | from_j…
230 community.sops.sops_encrypt:
237 community.sops.sops_encrypt:
243 community.sops.sops_encrypt:
250 community.sops.sops_encrypt:
256 …value_2: "{{ lookup('community.sops.sops', output_dir ~ '/test_json', output_type='json') | from_j…
264 community.sops.sops_encrypt:
285 community.sops.sops_encrypt:
292 community.sops.sops_encrypt:
298 …value_1_raw: "{{ lookup('community.sops.sops', output_dir ~ '/test_yaml', base64=true, output_type…
299 …value_1: "{{ lookup('community.sops.sops', output_dir ~ '/test_yaml', output_type='yaml') | from_y…
302 community.sops.sops_encrypt:
309 community.sops.sops_encrypt:
315 community.sops.sops_encrypt:
322 community.sops.sops_encrypt:
328 …value_2: "{{ lookup('community.sops.sops', output_dir ~ '/test_yaml', output_type='yaml') | from_y…
336 community.sops.sops_encrypt:
357 community.sops.sops_encrypt:
363 …value_1: "{{ lookup('community.sops.sops', output_dir ~ '/test_output_type.json', rstrip=False) | …
367 community.sops.sops_encrypt: