softplayer-ansible/group_vars/users.yaml

12 lines
214 B
YAML

user_groups:
- name: wheel
state: present
sudo: true
users:
- name: admin
groups:
- wheel
ssh_keys:
- key: "{{ lookup('file', '/tmp/outputs/ssh_key.pub') }}"
state: present