summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-23 01:31:19 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-23 01:31:19 +0100
commitcd539d5c8751fd3ee3b10df996bba2e5639d46fa (patch)
tree3facc48b7b45e09bb8c5149e246fdfbc2a7d40e8 /chaos-at-home
parentgw vs. gateway (diff)
gh-gnocchi networking
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-gnocchi.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/chaos-at-home/ch-gnocchi.yml b/chaos-at-home/ch-gnocchi.yml
index b4c1ef21..2ab51770 100644
--- a/chaos-at-home/ch-gnocchi.yml
+++ b/chaos-at-home/ch-gnocchi.yml
@@ -9,5 +9,8 @@
- role: installer/debian
- role: installer/openbsd
post_tasks:
- - pause:
- prompt: "{{ __interface_configs__ }}"
+ # you need to reboot for changes to take effect
+ - name: install network interface config
+ copy:
+ dest: /etc/network/interfaces
+ content: "{{ __interface_configs__ }}"