ansible/localhost.yml
Salt c1d31742a8 Add desktop setup role
Assumes a Kubuntu full installation
2020-02-17 16:15:45 -06:00

9 lines
128 B
YAML

#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- hosts: localhost
roles:
- common
- desktop
- localansible