12 lines
586 B
YAML
12 lines
586 B
YAML
---
|
|
# This playbook is used to setup and configure the hosts that make up the
|
|
# Voice Platform (i.e. the physical hosts and the LXD system containers
|
|
# that are run on them). The actual software installation is handled by the
|
|
# playbook-apps.yml playbook.
|
|
# The ansible playbook is also included here, because that one sets up the
|
|
# ssh key that ansible uses to connect to the managed hosts.
|
|
- import_playbook: roles/ansible/playbook.yml
|
|
- import_playbook: roles/lxd_host/playbook.yml
|
|
- import_playbook: roles/lxd_container/playbook.yml
|
|
- import_playbook: roles/lxd_common/playbook.yml
|