ansible-workstation/playbooks/install.yaml

17 lines
258 B
YAML

---
- name: detect archinso environment
hosts: all
roles:
- detect_archiso
- name: provision base archlinux installation
hosts: base
tags: base
roles:
- base
- name: post-install setup
hosts: base
roles:
- software
- dotfiles