diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-12-23 01:31:19 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-12-23 01:31:19 +0100 |
commit | cd539d5c8751fd3ee3b10df996bba2e5639d46fa (patch) | |
tree | 3facc48b7b45e09bb8c5149e246fdfbc2a7d40e8 /chaos-at-home/ch-gnocchi.yml | |
parent | gw vs. gateway (diff) |
gh-gnocchi networking
Diffstat (limited to 'chaos-at-home/ch-gnocchi.yml')
-rw-r--r-- | chaos-at-home/ch-gnocchi.yml | 7 |
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__ }}" |