mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
No description
playbooks | ||
roles | ||
.gitmodules | ||
CODEOWNERS | ||
galaxy.yml | ||
README.md |
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.