1
0
mirror of https://github.com/inofix/common-playbooks.git synced 2026-02-05 12:45:29 +01:00
Files
common-playbooks/persist-libvirt.yml
Michael Lustenberger 0699ffcb20 Libvirt Configuration
Add the 'become: true' as per default.
2020-04-07 00:48:17 +02:00

15 lines
449 B
YAML

#* This playbook wrapps the fetch module. It passes the libvirt
#* configs for each host as a list to 'src'. Use '-a' to pass
#* further parameters to ansible (as '-e'). See ansible fetch for
#* details.
#* You might want to do a `maestro.sh merge` first and then
#* merge manually back to the storage dir in order to see all the
#* diffs right away.
#* No arguments are needed.
- hosts: host.KVM
become: True
roles:
- persist-libvirt