workstation/main.yml

9 lines
158 B
YAML
Executable file

#!/usr/bin/env ansible-playbook
---
- name: Setup
hosts: localhost
tasks:
- include_role:
name: distro
- include_role:
name: home