Преглед изворни кода

configuration options

master
Markus Katharina Brechtel пре 3 година
родитељ
комит
a0b281d7de
1 измењених фајлова са 3 додато и 2 уклоњено
  1. +3
    -2
      containers.yaml

+ 3
- 2
containers.yaml Прегледај датотеку

@@ -4,7 +4,7 @@
remote_user: root
gather_facts: false
vars:
lxd_source:
lxd_container_source:
type: image
mode: pull
server: https://images.linuxcontainers.org
@@ -15,7 +15,8 @@
community.general.lxd_container:
name: "{{inventory_hostname}}"
state: started
source: "{{lxd_source}}"
source: "{{lxd_container_source}}"
config: "{{lxd_container_config}}"
profiles: ["default"]
wait_for_ipv4_addresses: true
timeout: 600


Loading…
Откажи
Сачувај