Files
ansible-pull/playbooks/bootstrap.yml
2025-11-21 14:26:04 +01:00

6 lines
120 B
YAML

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