summaryrefslogtreecommitdiff
path: root/ansible/vmdb2dev.yml
blob: 9f7524fe5c3d38dc27918341e1fec710761cc8df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- hosts: vmdb2dev
  remote_user: ansible
  become: yes
  roles:
    - sane_debian_system
    - comfortable-debian-system
    - unix_users
    - version-controller
    - vmdb2-dev-env
  vars:
    debian_codename: unstable
    hostname: vmdb2dev
    unix_users:
      - username: liw
        sudo: yes
        authorized_keys: |
          {{ liw_ssh_pub }}