Subdirectories of playbook replaced by file prefixes

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

@ -49,9 +49,9 @@
# Group specific configurations
- name: Include configuration for group bwcloud
import_playbook: playbooks/groups/bwcloud.yml
import_playbook: playbooks/group_bwcloud.yml
- name: Include configuration for group os_raspbian
import_playbook: playbooks/groups/os_raspbian.yml
import_playbook: playbooks/group_os_raspbian.yml
# Topic specific configurations
- name: Include wireguard network configuration
@ -61,9 +61,9 @@
# Host specific configurations
- name: Include configuration of nvak.banananet.work
import_playbook: playbooks/hosts/nvak.banananet.work.yml
import_playbook: playbooks/host_nvak.banananet.work.yml
- name: Include configuration of rurapenthe.banananet.work
import_playbook: playbooks/hosts/rurapenthe.banananet.work.yml
import_playbook: playbooks/host_rurapenthe.banananet.work.yml
- hosts: hardie.eridon.banananet.work
roles:

Loading…
Cancel
Save