add playbook for creating api user
This commit is contained in:
parent
3a23b5d7be
commit
b36b672c18
12
playbooks/create-api-user.yml
Normal file
12
playbooks/create-api-user.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
# * This playbook will use the root user account that
|
||||
# * has an ssh key to create a new user for API access
|
||||
|
||||
- name: Create Proxmox API User
|
||||
gather_facts: false
|
||||
hosts: proxmox_hosts
|
||||
roles:
|
||||
- role: create-api-user
|
||||
|
||||
...
|
Loading…
Reference in New Issue
Block a user