mirror-env/todo/mirror-vm.yml

16 lines
230 B
YAML
Raw Normal View History

2021-09-14 01:12:52 -04:00
# instead of this we can just get the user to run
# ansible-playbook qemu/main.yml
# or
# ansible-playbook libvirt/main.yml
---
# - hosts: local
# roles:
# - vm-qemu
# - run-vm
- hosts: vm
become: yes
roles:
- nginx