site.yml (254B)
1 - name: Update Debian and Ubuntu systems 2 hosts: debian_hosts:ubuntu_hosts 3 gather_facts: true 4 become: true 5 roles: 6 - debian_base 7 8 - name: Update Gentoo system 9 hosts: gentoo_hosts 10 gather_facts: true 11 become: true 12 roles: 13 - gentoo_base