14 lines
309 B
YAML
14 lines
309 B
YAML
---
|
|
# Preparatory tasks
|
|
- import_playbook: 00_preps.yaml
|
|
# README manual steps, then:
|
|
- import_playbook: 01_prep_lxd.yaml
|
|
|
|
# LXD containers
|
|
- import_playbook: 02_lxc_containers.yaml
|
|
|
|
# Container Haproxy
|
|
- import_playbook: 03_container_haproxy.yaml
|
|
# Container Gitea
|
|
- import_playbook: 04_container_gitea.yaml
|