- hosts: oomph remote_user: root roles: - sane_debian_system - comfortable-debian-system - unix_users - self-updating-system - emacs - vmhost tasks: - apt: name: - ansible - subplot - user: name: liw groups: [libvirt] - shell: | virsh -c qemu:///system net-start default || true virsh -c qemu:///system net-autostart default vars: hostname: oomph debian_codename: buster unix_users: - username: liw comment: Lars Wirzenius sudo: yes authorized_keys: | {{ liw_ssh_pub }} sources_lists: - repo: | deb http://deb.debian.org/debian buster contrib non-free - repo: | deb http://code.liw.fi/debian unstable main signing_key: "{{ code_liw_fi_signing_key }}" - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main signing_key: "{{ ci_prod_signing_key }}" - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable main signing_key: "{{ ci_prod_signing_key }}"