ansible-hashistack/proxmox-inv/group_vars/all/access.yml

22 lines
556 B
YAML

---
# my working example, change name, key, full, shell, password_hash and uncomment groups
access_admin_users:
- name: alpine
key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPiMj6yG62yNiju2H3FQicX76AsBRZfxpMMfVeCEXEsF sergio@nas
full: Alpine User
shell: /bin/sh
groups:
- admin
- wheel
access_users:
# add application users here as well
- name: consul
shell: /bin/nologin
access_admin_group: admin
# access_user_groups has format as such:
# - name: test_group
# users:
# - bleh
# - blah
access_user_groups: []