services/_ansible/test.yml
Tobias Reisinger 7ff7dfe807
Add basic ansible stuff for management
acme-dns is fully handled by ansible already. All services should be
created by ansible in the end.
2023-06-13 17:59:15 +02:00

11 lines
253 B
YAML

---
- name: Test
hosts: all
tasks:
#- name: Include acme-dns role vars
# ansible.builtin.include_vars:
# dir: roles/acme-dns/vars
- name: Debug all variables
ansible.builtin.debug:
var: hostvars[inventory_hostname]