summaryrefslogtreecommitdiffstats
path: root/molecule
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-17 15:40:22 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-17 15:40:22 +0200
commit22988554510dd5d76df4037cebe8e6662f4dbc61 (patch)
tree9e2994f0d87d8b88886e913882ee47ab133d210c /molecule
parent92ba528a34337b59408e41b124aafc8946439feb (diff)
Refactor proxy setup on cgit to simplify setup
Diffstat (limited to 'molecule')
-rw-r--r--molecule/git/converge.yml11
-rw-r--r--molecule/git/molecule.yml11
2 files changed, 0 insertions, 22 deletions
diff --git a/molecule/git/converge.yml b/molecule/git/converge.yml
index 8354d3ce..906de734 100644
--- a/molecule/git/converge.yml
+++ b/molecule/git/converge.yml
@@ -1,20 +1,9 @@
---
-- name: "Proxy configure"
- gather_facts: true
- hosts:
- - proxy.home.arpa
- vars:
- network_ipv4_address: "{{ ansible_facts['default_ipv4']['address'] }}"
- proxy_type: "caddy"
- roles:
- - role: "proxy"
-
- name: "Git configure"
gather_facts: true
hosts:
- git.home.arpa
vars:
network_ipv4_address: "{{ ansible_facts['default_ipv4']['address'] }}"
- cgit_proxy_host: "proxy.home.arpa"
roles:
- role: "cgit"
diff --git a/molecule/git/molecule.yml b/molecule/git/molecule.yml
index 335911db..98931d08 100644
--- a/molecule/git/molecule.yml
+++ b/molecule/git/molecule.yml
@@ -8,17 +8,6 @@ dependency:
driver:
name: podman
platforms:
- - name: proxy.home.arpa
- image: proxy
- dockerfile: Dockerfile.j2
- platform: "linux/amd64"
- pre_build_image: false
- privileged: true
- command: ${MOLECULE_COMMAND:-"/sbin/init"}
- tmpfs:
- "/tmp": "rw"
- "/run": "rw,exec"
- cgroupns_mode: host
- name: git.home.arpa
image: git
dockerfile: Dockerfile.j2