32 lines
692 B
YAML
32 lines
692 B
YAML
---
|
|
# main playbook aggregating all the other playbooks
|
|
|
|
- name: Setup for all hosts
|
|
import_playbook: all.yml
|
|
|
|
- name: Specific setup for all proxmox hosts
|
|
import_playbook: proxmox.yml
|
|
|
|
- name: Tau specific setup
|
|
import_playbook: tau.yml
|
|
|
|
- name: Pottwal specific setup
|
|
import_playbook: pottwal.yml
|
|
|
|
- name: Specific setup for host unicorn
|
|
import_playbook: unicorn.yml
|
|
|
|
- name: Platon specific setup
|
|
import_playbook: platon.yml
|
|
|
|
- name: Radon specific setup
|
|
import_playbook: radon.yml
|
|
|
|
- name: Krypton specific setup
|
|
import_playbook: krypton.yml
|
|
|
|
- name: Oganesson specific setup
|
|
import_playbook: oganesson.yml
|
|
|
|
- name: Holmium specific setup
|
|
import_playbook: holmium.yml
|