Files
ansible-pull/playbooks/bootstrap.yml

7 lines
163 B
YAML

- hosts: localhost
become: true
roles:
- { role: ../roles/ansible_user }
- { role: ../roles/grundsoftware }
- { role: ../roles/dns-registrierung }