commented vars template

This commit is contained in:
DerLinkman
2024-11-22 21:18:59 +01:00
parent 5fccdbe432
commit 00e8da3777

View File

@@ -1,6 +1,3 @@
- hosts: all - hosts: all
vars:
good_keys: "{{ lookup('env', 'good_keys') | from_json }}"
bad_keys: "{{ lookup('env', 'bad_keys') | from_json }}"
roles: roles:
- role: manage-ssh-keys - role: manage-ssh-keys