diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:32:09 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 16:29:32 +0200 |
| commit | bed8aaaeb0b63b2072fbd030d76f8f928432e7b8 (patch) | |
| tree | 72ef0ee02dfeb29e6f3971c6948e6d989b2dd441 /host_vars/archlinux.local.yml.example | |
| parent | a05655e7c239b6f8167e36b141a1a3a060128d45 (diff) | |
Add network ipv4 configurations
Diffstat (limited to 'host_vars/archlinux.local.yml.example')
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index d9e1a256..90185c62 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -1,2 +1,3 @@ --- -{} +network_ipv4_address: "10.0.0.201" +network_ipv4_gateway: "10.0.0.1" |
