From a0b281d7de4c07d64fecaefac3dd63d96f105780 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Mon, 4 Jan 2021 04:15:00 +0100 Subject: [PATCH] configuration options --- containers.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/containers.yaml b/containers.yaml index 9d17bb6..afe89bc 100644 --- a/containers.yaml +++ b/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