khuedoan-homelab/playbook.yml

7 lines
87 B
YAML
Raw Normal View History

2020-07-20 11:14:31 +07:00
---
- hosts: all
become: yes
roles:
- { role: lxd }
2020-07-23 11:39:55 +07:00
- { role: opennebula }