2020-11-24 18:31:09 +01:00
|
|
|
---
|
2022-07-23 22:15:39 +02:00
|
|
|
# main playbook aggregating all the other playbooks
|
|
|
|
|
|
|
|
- name: Setup for all hosts
|
2022-11-04 22:35:41 +01:00
|
|
|
import_playbook: group-all.yml
|
2020-11-24 19:21:52 +01:00
|
|
|
|
2022-07-23 20:42:11 +02:00
|
|
|
- name: Specific setup for all proxmox hosts
|
2022-11-04 22:35:41 +01:00
|
|
|
import_playbook: group-proxmox.yml
|
2022-07-22 21:46:12 +02:00
|
|
|
|
2022-12-12 18:53:03 +01:00
|
|
|
- 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
|
2022-11-04 22:34:37 +01:00
|
|
|
import_playbook: host-tau.yml
|
2020-12-10 22:15:36 +01:00
|
|
|
|
|
|
|
- name: Pottwal specific setup
|
2022-11-04 22:34:37 +01:00
|
|
|
import_playbook: host-pottwal.yml
|
2022-01-08 13:59:55 +01:00
|
|
|
|
|
|
|
- name: Specific setup for host unicorn
|
2022-11-04 22:34:37 +01:00
|
|
|
import_playbook: host-unicorn.yml
|
2022-02-13 00:10:01 +01:00
|
|
|
|
|
|
|
- name: Platon specific setup
|
2022-11-04 22:34:37 +01:00
|
|
|
import_playbook: host-platon.yml
|
2022-06-24 17:01:56 +02:00
|
|
|
|
|
|
|
- name: Radon specific setup
|
2022-11-04 22:34:37 +01:00
|
|
|
import_playbook: host-radon.yml
|
2022-06-29 23:55:31 +02:00
|
|
|
|
|
|
|
- name: Krypton specific setup
|
2022-11-04 22:34:37 +01:00
|
|
|
import_playbook: host-krypton.yml
|
2022-07-20 21:29:13 +02:00
|
|
|
|
|
|
|
- name: Oganesson specific setup
|
2022-11-04 22:34:37 +01:00
|
|
|
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
|
2022-11-04 22:34:37 +01:00
|
|
|
import_playbook: host-holmium.yml
|
2022-11-12 15:53:58 +01:00
|
|
|
|
2022-11-02 20:59:57 +01:00
|
|
|
- name: Wittgenstein specific setup
|
|
|
|
import_playbook: host-wittgenstein.yml
|
|
|
|
|
2022-11-12 15:53:58 +01:00
|
|
|
- name: Hobbes specific setup
|
|
|
|
import_playbook: host-hobbes.yml
|
2023-10-09 21:23:32 +02:00
|
|
|
|
|
|
|
- name: Plumbum specific setup
|
|
|
|
import_playbook: host-plumbum.yml
|