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 | 1e148f4f5ccc5191aca4219b42b2c0bba0aab58b (patch) | |
| tree | 72ef0ee02dfeb29e6f3971c6948e6d989b2dd441 /host_vars | |
| parent | aa51bedadb870d43b09dea96143e6fba496bd35f (diff) | |
Add network ipv4 configurations
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/archlinux.local.yml | bin | 29 -> 104 bytes | |||
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 3 | ||||
| -rw-r--r-- | host_vars/rpi5.local.yml | bin | 29 -> 104 bytes | |||
| -rw-r--r-- | host_vars/rpi5.local.yml.example | 3 | ||||
| -rw-r--r-- | host_vars/ubuntu.local.yml | bin | 29 -> 104 bytes | |||
| -rw-r--r-- | host_vars/ubuntu.local.yml.example | 3 |
6 files changed, 6 insertions, 3 deletions
diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml Binary files differindex f8331458..779ac449 100644 --- a/host_vars/archlinux.local.yml +++ b/host_vars/archlinux.local.yml 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" diff --git a/host_vars/rpi5.local.yml b/host_vars/rpi5.local.yml Binary files differindex f8331458..d2c64414 100644 --- a/host_vars/rpi5.local.yml +++ b/host_vars/rpi5.local.yml diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index d9e1a256..aa9af763 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -1,2 +1,3 @@ --- -{} +network_ipv4_address: "10.0.0.202" +network_ipv4_gateway: "10.0.0.1" diff --git a/host_vars/ubuntu.local.yml b/host_vars/ubuntu.local.yml Binary files differindex f8331458..596d68e9 100644 --- a/host_vars/ubuntu.local.yml +++ b/host_vars/ubuntu.local.yml diff --git a/host_vars/ubuntu.local.yml.example b/host_vars/ubuntu.local.yml.example index d9e1a256..defd152d 100644 --- a/host_vars/ubuntu.local.yml.example +++ b/host_vars/ubuntu.local.yml.example @@ -1,2 +1,3 @@ --- -{} +network_ipv4_address: "10.0.0.203" +network_ipv4_gateway: "10.0.0.1" |
