--- - name: Basic Setup hosts: ch-gnocchi roles: - role: apt-repo/base - role: core/base - role: core/sshd - role: core/zsh - role: core/cpu-microcode - 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__ }}"