summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-24 04:09:04 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-24 04:09:04 +0100
commit293c0e6e55622007e07865d4aa97d3e8f3c45002 (patch)
tree6992f32af54bccff74fb45e0d94f03295bdbfaca
parentset node-ip of all nodes to the bridge ip so it can be reached even if behind... (diff)
add vlan package for dione/helene
-rw-r--r--host_vars/dione.yaml1
-rw-r--r--host_vars/helene.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/host_vars/dione.yaml b/host_vars/dione.yaml
index 311bd7f3..75b289c2 100644
--- a/host_vars/dione.yaml
+++ b/host_vars/dione.yaml
@@ -2,6 +2,7 @@
base_packages_extra_host:
- exfat-fuse
- exfat-utils
+- vlan
admin_user_host:
- "{{ equinox_user }}"
diff --git a/host_vars/helene.yaml b/host_vars/helene.yaml
index 52930b6a..b40fb069 100644
--- a/host_vars/helene.yaml
+++ b/host_vars/helene.yaml
@@ -2,6 +2,7 @@
base_packages_extra_host:
- exfat-fuse
- exfat-utils
+- vlan
admin_user_host:
- "{{ equinox_user }}"