Icingaweb2/ANSIBLE/test.yml
hbaxter 17c666ff97 Role: svc_acct
Basic service account ssh key management setup
2025-07-04 09:52:16 +01:00

15 lines
226 B
YAML

---
- name: Test roles
hosts: eoq
become: true
gather_facts: true
vars_files:
- group_vars/all.yaml
roles:
- svc_acct
tasks:
- ansible.builtin.debug:
msg: "Finished"
name: "Finished mgs"