netz39-infra-ansible/main.yml

30 lines
629 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: all.yml
2020-11-24 19:21:52 +01:00
- name: Specific setup for all proxmox hosts
import_playbook: proxmox.yml
2020-12-10 22:11:57 +01:00
- name: Tau specific setup
import_playbook: tau.yml
2020-12-10 22:15:36 +01:00
- name: Pottwal specific setup
import_playbook: pottwal.yml
- name: Specific setup for host unicorn
import_playbook: unicorn.yml
2022-02-13 00:10:01 +01:00
- name: Platon specific setup
2022-06-24 17:01:56 +02:00
import_playbook: platon.yml
- name: Radon specific setup
import_playbook: radon.yml
2022-06-29 23:55:31 +02:00
- name: Krypton specific setup
import_playbook: krypton.yml
2022-07-20 21:29:13 +02:00
- name: Oganesson specific setup
import_playbook: oganesson.yml