No description
Find a file
2020-08-28 17:47:52 +02:00
defaults initial commit 2019-10-17 15:18:21 +02:00
handlers initial commit 2019-10-17 15:18:21 +02:00
meta initial commit 2019-10-17 15:18:21 +02:00
tasks initial commit 2019-10-17 15:18:21 +02:00
templates initial commit 2019-10-17 15:18:21 +02:00
vars initial commit 2019-10-17 15:18:21 +02:00
CODEOWNERS chore(codeowners): add codeowners 2020-08-28 17:47:52 +02:00
README.md initial commit 2019-10-17 15:18:21 +02:00

User Provisioning

This role is provisioning access of the staff to the servers this is run on

Role Variables

The defaults/main.yml file contains a list of users in this format:

users:
  - name: username
    root: true|false
    ssh:
      - key: ssh key
        active: true|false

Users is a list of users, ssh is a list of ssh keys.