mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 18:06:16 +07:00
12 lines
160 B
YAML
12 lines
160 B
YAML
- name: Provision
|
|
hosts: metal
|
|
roles:
|
|
- tools
|
|
- lxd
|
|
|
|
- name: Generate LXD client config
|
|
hosts: controller
|
|
roles:
|
|
- lxc-config
|
|
- tfstate
|