Extracted the basic role from the madonsible playbook
This commit is contained in:
13
tests/test.yml
Normal file
13
tests/test.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: basic
|
||||
basic_users:
|
||||
- name: madonius
|
||||
comment: 'madonius'
|
||||
uid: 1337
|
||||
shell: /bin/zsh
|
||||
groups: sudo
|
||||
state: present
|
||||
ssh_auth_key: >
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB3HexVmU/vTVFUFk2AAB1h3mOOrfFPt1Gq2cBldaYnn madonius@iapeptus
|
||||
Reference in New Issue
Block a user