mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 17:18:51 +07:00
Add root device for tfstate container
Because default profile was removed
This commit is contained in:
parent
8287fe696f
commit
fd6ab62a12
@ -14,6 +14,11 @@
|
|||||||
type: nic
|
type: nic
|
||||||
nictype: macvlan
|
nictype: macvlan
|
||||||
parent: "{{ network_interface }}"
|
parent: "{{ network_interface }}"
|
||||||
|
root:
|
||||||
|
type: disk
|
||||||
|
pool: default
|
||||||
|
path: /
|
||||||
|
size: 8GiB
|
||||||
|
|
||||||
- name: Add tfstate container to host list
|
- name: Add tfstate container to host list
|
||||||
add_host:
|
add_host:
|
||||||
|
Loading…
Reference in New Issue
Block a user