diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-15 15:28:10 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-15 15:42:59 +0200 |
| commit | ab1ce5c14ffae0cc76d734ea56374f0c772631ba (patch) | |
| tree | 4c635e30268c985a27001fa2f2f9d8d573eb728b /molecule | |
| parent | 498e737bfa658a8bbb70c47e694348a0e29c199f (diff) | |
Rename services to use .home.arpa network instead .local
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/git/molecule.yml | 2 | ||||
| -rw-r--r-- | molecule/inventory.yml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/molecule/git/molecule.yml b/molecule/git/molecule.yml index 3050dd01..210e1f71 100644 --- a/molecule/git/molecule.yml +++ b/molecule/git/molecule.yml @@ -8,7 +8,7 @@ dependency: driver: name: podman platforms: - - name: git + - name: git.home.arpa image: git dockerfile: Dockerfile.j2 platform: "linux/amd64" diff --git a/molecule/inventory.yml b/molecule/inventory.yml index 47eb69e4..1371d9d3 100644 --- a/molecule/inventory.yml +++ b/molecule/inventory.yml @@ -10,5 +10,4 @@ homelab: containers: hosts: - git.local: - ansible_host: git + git.home.arpa: {} |
