netz39-infra-ansible/main.yml
Alexander Dahl ae7b65cc5f 🔧 Move docker_setup role application to group playbook
To install docker on a host you have to put it into that group in
inventory now, instead of adding the role to each host playbook.  Idea
is to extend the group docker_host playbook by more docker related
things as for example metrics and monitoring.
2022-12-21 19:00:22 +01:00

41 lines
967 B
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