No description
Find a file
2021-01-26 07:40:21 +01:00
playbooks feat(redis): new role to deploy a redis container 2020-10-09 13:34:39 +02:00
roles feat(dns): create role for dns management 2021-01-26 07:40:21 +01:00
.gitmodules chore(submodules): use https instead of ssh 2020-12-30 12:12:19 +01:00
CODEOWNERS chore(codeowners): add codeowners 2020-08-28 17:47:52 +02:00
galaxy.yml chore: transfer project in collection 2020-08-28 17:48:01 +02:00
README.md chore: transfer project in collection 2020-08-28 17:48:01 +02:00

Ansible Collection - famedly.base

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.