summaryrefslogtreecommitdiff
path: root/ansible/billion.yml
blob: b1a8213069ba5b7b3f25f95b4683eb3ca7ef768c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- hosts: billion
  remote_user: debian
  become: yes
  roles:
    - sane_debian_system
    - sshd
    - comfortable-debian-system
    - unix_users
  tasks:
    - apt:
        name:
          - btrfs-progs
  vars:
    sane_debian_system_version: 2
    sane_debian_system_hostname: "{{ inventory_hostname }}"
    sane_debian_system_codename: bookworm

    unix_users_version: 2
    unix_users:
      - username: liw
        comment: Lars Wirzenius
        sudo: yes

    sshd_version: 1
    sshd_allow_authorized_keys: yes