--- - name: Basic Setup hosts: ch-gnocchi roles: - role: base - role: sshd - role: zsh - role: vm/host - role: installer/debian/base - role: installer/openbsd/base post_tasks: # you need to reboot for changes to take effect - name: install network interface config copy: dest: /etc/network/interfaces content: "{{ __interface_configs__ }}"