summaryrefslogtreecommitdiff
path: root/ansible/ssh-dev.yml
blob: 09d67ffa422c3ffb184a661ce283efbe3e5c283a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- hosts: ssh-dev
  remote_user: debian
  become: yes
  roles:
    - role: sane_debian_system
    - role: unix_users
  vars:
    ansible_python_interpreter: /usr/bin/python3

    sane_debian_system_version: 2
    sane_debian_system_hostname: "{{ inventory_hostname }}"
    sane_debian_system_codename: bullseye
    sane_debian_system_mirror: deb.debian.org

    unix_users_version: 2
    unix_users:
      - username: liw