From 4d42a2b0950882bf63380a08c90007970c38b4ce Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 7 Jul 2026 16:30:43 +0200 Subject: Add pve-lxc service provisioning using service.yml and containers group --- group_vars/all.yml | Bin 26 -> 50 bytes group_vars/all.yml.example | 1 + group_vars/containers.yml | Bin 0 -> 62 bytes group_vars/containers.yml.example | 3 +++ 4 files changed, 4 insertions(+) create mode 100644 group_vars/containers.yml create mode 100644 group_vars/containers.yml.example (limited to 'group_vars') diff --git a/group_vars/all.yml b/group_vars/all.yml index 20f84e62..8109283b 100644 Binary files a/group_vars/all.yml and b/group_vars/all.yml differ diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index ed97d539..c612e689 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -1 +1,2 @@ --- +ansible_connection: ssh diff --git a/group_vars/containers.yml b/group_vars/containers.yml new file mode 100644 index 00000000..e6d29eb5 Binary files /dev/null and b/group_vars/containers.yml differ diff --git a/group_vars/containers.yml.example b/group_vars/containers.yml.example new file mode 100644 index 00000000..b2559075 --- /dev/null +++ b/group_vars/containers.yml.example @@ -0,0 +1,3 @@ +--- +ansible_user: root +ansible_port: 22 -- cgit v1.2.3