Merge pull request '🚚 Rename files to show host/group affiliation' (!103) from rename-files into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/103 Reviewed-by: dkdent <dkdent@netz39.de> Reviewed-by: Alexander Dahl <alex@netz39.de>
This commit is contained in:
commit
c560cbe67d
11 changed files with 10 additions and 10 deletions
20
main.yml
20
main.yml
|
@ -2,31 +2,31 @@
|
||||||
# main playbook aggregating all the other playbooks
|
# main playbook aggregating all the other playbooks
|
||||||
|
|
||||||
- name: Setup for all hosts
|
- name: Setup for all hosts
|
||||||
import_playbook: all.yml
|
import_playbook: group-all.yml
|
||||||
|
|
||||||
- name: Specific setup for all proxmox hosts
|
- name: Specific setup for all proxmox hosts
|
||||||
import_playbook: proxmox.yml
|
import_playbook: group-proxmox.yml
|
||||||
|
|
||||||
- name: Tau specific setup
|
- name: Tau specific setup
|
||||||
import_playbook: tau.yml
|
import_playbook: host-tau.yml
|
||||||
|
|
||||||
- name: Pottwal specific setup
|
- name: Pottwal specific setup
|
||||||
import_playbook: pottwal.yml
|
import_playbook: host-pottwal.yml
|
||||||
|
|
||||||
- name: Specific setup for host unicorn
|
- name: Specific setup for host unicorn
|
||||||
import_playbook: unicorn.yml
|
import_playbook: host-unicorn.yml
|
||||||
|
|
||||||
- name: Platon specific setup
|
- name: Platon specific setup
|
||||||
import_playbook: platon.yml
|
import_playbook: host-platon.yml
|
||||||
|
|
||||||
- name: Radon specific setup
|
- name: Radon specific setup
|
||||||
import_playbook: radon.yml
|
import_playbook: host-radon.yml
|
||||||
|
|
||||||
- name: Krypton specific setup
|
- name: Krypton specific setup
|
||||||
import_playbook: krypton.yml
|
import_playbook: host-krypton.yml
|
||||||
|
|
||||||
- name: Oganesson specific setup
|
- name: Oganesson specific setup
|
||||||
import_playbook: oganesson.yml
|
import_playbook: host-oganesson.yml
|
||||||
|
|
||||||
- name: Holmium specific setup
|
- name: Holmium specific setup
|
||||||
import_playbook: holmium.yml
|
import_playbook: host-holmium.yml
|
||||||
|
|
Loading…
Reference in a new issue