netz39-infra-ansible/main.yml

44 lines
1 KiB
YAML

---
# main playbook aggregating all the other playbooks
- name: Setup for all hosts
import_playbook: group-all.yml
- name: Specific setup for all proxmox hosts
import_playbook: group-proxmox.yml
- name: Specific setup for all docker host hosts
import_playbook: group-docker_host.yml
- name: Tau specific setup
import_playbook: host-tau.yml
- name: Pottwal specific setup
import_playbook: host-pottwal.yml
- name: Specific setup for host unicorn
import_playbook: host-unicorn.yml
- name: Platon specific setup
import_playbook: host-platon.yml
- name: Radon specific setup
import_playbook: host-radon.yml
- name: Krypton specific setup
import_playbook: host-krypton.yml
- name: Oganesson specific setup
import_playbook: host-oganesson.yml
- name: Beaker specific setup
import_playbook: host-beaker.yml
- name: Holmium specific setup
import_playbook: host-holmium.yml
- name: Hobbes specific setup
import_playbook: host-hobbes.yml
- name: Plumbum specific setup
import_playbook: host-plumbum.yml