UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

13 lines (11 loc) 306 B
--- - name: Install KVM and its dependencies community.general.pacman: name: "{{ kvm_packages }}" state: present update_cache: "{{ omit if skip_package_cache_update is defined else 'true' }}" - name: Enable libvirtd service systemd: name: libvirtd enabled: true state: started