summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chaos-at-home/ch-equinox-t450s.yml2
-rw-r--r--chaos-at-home/ch-equinox-ws.yml2
-rw-r--r--inventory/group_vars/chaos-at-home/network.yml3
3 files changed, 2 insertions, 5 deletions
diff --git a/chaos-at-home/ch-equinox-t450s.yml b/chaos-at-home/ch-equinox-t450s.yml
index 415d2d62..f2dc1bdc 100644
--- a/chaos-at-home/ch-equinox-t450s.yml
+++ b/chaos-at-home/ch-equinox-t450s.yml
@@ -23,7 +23,7 @@
post_tasks:
- name: install ansible via pip
pip:
- name: ansible>=4.0,<5.0
+ name: ansible>=4.4,<5.0
- name: disable caps-lock
lineinfile:
diff --git a/chaos-at-home/ch-equinox-ws.yml b/chaos-at-home/ch-equinox-ws.yml
index 43f41e63..9c6e6b5f 100644
--- a/chaos-at-home/ch-equinox-ws.yml
+++ b/chaos-at-home/ch-equinox-ws.yml
@@ -19,7 +19,7 @@
post_tasks:
- name: install ansible via pip
pip:
- name: ansible>=4.0,<5.0
+ name: ansible>=4.4,<5.0
- name: disable caps-lock
lineinfile:
diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml
index 9faec19c..305c1f93 100644
--- a/inventory/group_vars/chaos-at-home/network.yml
+++ b/inventory/group_vars/chaos-at-home/network.yml
@@ -36,9 +36,6 @@ network_zones:
iot:
vlan: 30
prefix: 192.168.30.0/24
- dhcp:
- start: 1
- limit: 199
wifi:
ssid: "stuff at home"
encryption: "sae-mixed"