summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-gnocchi.yml
blob: d6d6e0331992ef8ecc6f801aac1ba2139d6ef3c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
- name: Basic Setup
  hosts: ch-gnocchi
  roles:
  - role: base
  - role: sshd
  - role: zsh
  - role: apt-repo/base
  - 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__ }}"