workstation/main.yml

10 lines
158 B
YAML
Raw Normal View History

2019-10-12 11:17:29 +00:00
#!/usr/bin/env ansible-playbook
---
- name: Setup
hosts: localhost
tasks:
- include_role:
name: distro
- include_role:
name: home