summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-04-20 14:07:30 +0200
committerAhmed Abdelhalim <[email protected]>2026-04-20 14:09:47 +0200
commit64e71364fbb148ab1430ab2a03b09879af8aa004 (patch)
tree9e6aae0f15afeeecc06bca6ee768776524b066de
parenta051bbfd4a15939eaff217644112440c98d4e776 (diff)
Add host_vars for ubuntu on Mac dual boot setup/config
-rw-r--r--configure.yml1
-rw-r--r--host_vars/mubuntu.local.ymlbin0 -> 587 bytes
-rw-r--r--host_vars/mubuntu.local.yml.example41
-rw-r--r--host_vars/ubuntu.local.ymlbin587 -> 587 bytes
-rw-r--r--inventory/hosts.yml1
5 files changed, 43 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml
index a8be839a..e43da442 100644
--- a/configure.yml
+++ b/configure.yml
@@ -58,6 +58,7 @@
gather_facts: true
hosts:
- ubuntu.local
+ - mubuntu.local
roles:
- role: "locales"
- role: "timezone"
diff --git a/host_vars/mubuntu.local.yml b/host_vars/mubuntu.local.yml
new file mode 100644
index 00000000..c06c5d97
--- /dev/null
+++ b/host_vars/mubuntu.local.yml
Binary files differ
diff --git a/host_vars/mubuntu.local.yml.example b/host_vars/mubuntu.local.yml.example
new file mode 100644
index 00000000..f93ecd3b
--- /dev/null
+++ b/host_vars/mubuntu.local.yml.example
@@ -0,0 +1,41 @@
+---
+# Not using raspberry pi as gateway or DNS sinkhole
+network_ipv4_address: "10.0.0.202"
+network_ipv4_gateway: "10.0.0.1"
+network_ipv4_dns: "10.0.0.1"
+network_ipv6_address: "fd5c:fd8b:2b8c::202/64"
+network_ipv6_gateway: "fd5c:fd8b:2b8c::1"
+network_ipv6_dns: "fd5c:fd8b:2b8c::1"
+
+python_versions:
+ - "3.13.7"
+ - "3.12.11"
+ansible_core_version: "2.18.7"
+molecule_version: "25.7.0"
+
+wireguard_connections:
+ wg-vpn3: |
+ [Interface]
+ PrivateKey = your_private_key_here
+ Address = 10.2.0.2/32
+ DNS = 10.2.0.1
+
+ [Peer]
+ PublicKey = server_public_key
+ AllowedIPs = 0.0.0.0/0
+ Endpoint = vpn.com:51820
+
+firefox_install_browserpass: false
+firefox_install_passff: true
+firefox_extra_extensions:
+ installation_mode: "force_installed"
+ install_url: "https://addons.mozilla.org/firefox/downloads/latest/tabby-window-tab-manager/latest.xpi"
+firefox_policies_override:
+ DisableAppUpdate: true
+ DisableFirefoxStudies: false
+ DisableTelemetry: false
+
+fonts_extra:
+ - "fonts-font-awesome"
+ - "fonts-google-fira"
diff --git a/host_vars/ubuntu.local.yml b/host_vars/ubuntu.local.yml
index c06c5d97..739425b9 100644
--- a/host_vars/ubuntu.local.yml
+++ b/host_vars/ubuntu.local.yml
Binary files differ
diff --git a/inventory/hosts.yml b/inventory/hosts.yml
index e97866dc..e4c4be15 100644
--- a/inventory/hosts.yml
+++ b/inventory/hosts.yml
@@ -5,5 +5,6 @@ homelab:
hosts:
marchlinux.local:
archlinux.local:
+ mubuntu.local:
ubuntu.local:
rpi5.local: