summaryrefslogtreecommitdiffstats
path: root/service.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-07 16:30:43 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-07 16:30:43 +0200
commit4d42a2b0950882bf63380a08c90007970c38b4ce (patch)
tree3d0e7082545fbfe79fce990e70329d05f3aa8a7c /service.yml
parentcc70d069ee8b414ee31620e7a81c4af0accaf69d (diff)
Add pve-lxc service provisioning using service.yml and containers group
Diffstat (limited to 'service.yml')
-rw-r--r--service.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/service.yml b/service.yml
new file mode 100644
index 00000000..a08cfa69
--- /dev/null
+++ b/service.yml
@@ -0,0 +1,7 @@
+---
+- name: "Git configure"
+ gather_facts: true
+ hosts:
+ - git.local
+ roles:
+ - role: "cgit"