netz39-infra-ansible/main.yml

42 lines
967 B
YAML
Raw Normal View History

2020-11-24 18:31:09 +01:00
---
# main playbook aggregating all the other playbooks
- name: Setup for all hosts
import_playbook: group-all.yml
2020-11-24 19:21:52 +01:00
- 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
2020-12-10 22:11:57 +01:00
- name: Tau specific setup
import_playbook: host-tau.yml
2020-12-10 22:15:36 +01:00
- name: Pottwal specific setup
import_playbook: host-pottwal.yml
- name: Specific setup for host unicorn
import_playbook: host-unicorn.yml
2022-02-13 00:10:01 +01:00
- name: Platon specific setup
import_playbook: host-platon.yml
2022-06-24 17:01:56 +02:00
- name: Radon specific setup
import_playbook: host-radon.yml
2022-06-29 23:55:31 +02:00
- name: Krypton specific setup
import_playbook: host-krypton.yml
2022-07-20 21:29:13 +02:00
- name: Oganesson specific setup
import_playbook: host-oganesson.yml
2022-08-11 21:43:55 +02:00
2022-11-05 22:29:15 +01:00
- name: Beaker specific setup
import_playbook: host-beaker.yml
2022-08-11 21:43:55 +02:00
- name: Holmium specific setup
import_playbook: host-holmium.yml
- name: Hobbes specific setup
import_playbook: host-hobbes.yml