summaryrefslogtreecommitdiffstats
path: root/host_vars/ubuntu.local.yml.example
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-11 00:32:09 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-11 16:29:32 +0200
commitbed8aaaeb0b63b2072fbd030d76f8f928432e7b8 (patch)
tree72ef0ee02dfeb29e6f3971c6948e6d989b2dd441 /host_vars/ubuntu.local.yml.example
parenta05655e7c239b6f8167e36b141a1a3a060128d45 (diff)
Add network ipv4 configurations
Diffstat (limited to 'host_vars/ubuntu.local.yml.example')
-rw-r--r--host_vars/ubuntu.local.yml.example3
1 files changed, 2 insertions, 1 deletions
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"