summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-gnocchi.yml
blob: c3811c506ac1d7fa52982b0315ef2161aaf320dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
- 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__ }}"