diff --git a/site.yml b/site.yml index 5c76f4e..6adde5a 100644 --- a/site.yml +++ b/site.yml @@ -47,20 +47,21 @@ authorized_keys: "{{ zocker_authorized_keys_url }}" sudo: yes -- name: Configure bwcloud nodes +# Group specific configurations +- name: Include configuration for group bwcloud import_playbook: playbooks/groups/bwcloud.yml -- name: Configure group os_raspbian +- name: Include configuration for group os_raspbian import_playbook: playbooks/groups/os_raspbian.yml -- name: Configure wireguard network +# Topic specific configurations +- name: Include wireguard network configuration import_playbook: playbooks/wireguard.yml - - name: Include dns configuration import_playbook: playbooks/dns.yml +# Host specific configurations - name: Include configuration of nvak.banananet.work import_playbook: playbooks/hosts/nvak.banananet.work.yml - - name: Include configuration of rurapenthe.banananet.work import_playbook: playbooks/hosts/rurapenthe.banananet.work.yml