fixed config
This commit is contained in:
parent
3124ac5a14
commit
e60372c57a
@ -22,7 +22,7 @@
|
|||||||
lxc_cpu: 2
|
lxc_cpu: 2
|
||||||
lxc_memory: 2048
|
lxc_memory: 2048
|
||||||
lxc_swap: 1024
|
lxc_swap: 1024
|
||||||
#lxc_mounts: '{"mp0":"docker-share:2000,mp=/opt/share"}'
|
lxc_mounts: '{"mp0":"docker-share:2000,mp=/opt/share"}'
|
||||||
lxc_ssh_pub_key: ~/.ssh/id_ed25519_ansible.pub
|
lxc_ssh_pub_key: ~/.ssh/id_ed25519_ansible.pub
|
||||||
roles:
|
roles:
|
||||||
- lxc-container
|
- lxc-container
|
||||||
|
|||||||
@ -74,5 +74,5 @@ roles:
|
|||||||
# Collections requirements
|
# Collections requirements
|
||||||
collections:
|
collections:
|
||||||
- name: community.general
|
- name: community.general
|
||||||
version: ">=8.0.0"
|
version: 10.7.1
|
||||||
source: https://galaxy.ansible.com
|
source: https://galaxy.ansible.com
|
||||||
Loading…
Reference in New Issue
Block a user