diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-06-29 06:11:02 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-06-29 06:11:02 +0200 |
commit | 33c0e6465821dc0377bb11c841fb244b9b3b924b (patch) | |
tree | 41612ba88476e6d17e97e15a286def8e1bddf212 /chaos-at-home/ch-gnocchi.yml | |
parent | gnocchi base install works now (diff) |
added interface config generator for gnocci
Diffstat (limited to 'chaos-at-home/ch-gnocchi.yml')
-rw-r--r-- | chaos-at-home/ch-gnocchi.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chaos-at-home/ch-gnocchi.yml b/chaos-at-home/ch-gnocchi.yml index 01000c1d..751ec65a 100644 --- a/chaos-at-home/ch-gnocchi.yml +++ b/chaos-at-home/ch-gnocchi.yml @@ -6,3 +6,6 @@ - role: sshd - role: zsh - role: vm/host + post_tasks: + - pause: + prompt: "{{ __interface_configs__ }}" |