mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-03 04:45:41 +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
|