site: Added comments

dehydrated
Felix Stupp 4 years ago
parent cc62f7617f
commit 295c6831bd
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -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

Loading…
Cancel
Save