fix ansible linter errors
This commit is contained in:
parent
8a8460dffc
commit
6706d75658
3 changed files with 28 additions and 23 deletions
|
|
@ -1,3 +1,21 @@
|
|||
accounts:
|
||||
users: {}
|
||||
groups: {}
|
||||
|
||||
defaultgroup:
|
||||
system: true
|
||||
state: present
|
||||
gid: "{{ omit }}"
|
||||
|
||||
defaultuser:
|
||||
genssh: false
|
||||
ssh_key_type: ed25519
|
||||
group: ~
|
||||
groups: []
|
||||
system: true
|
||||
home: ~
|
||||
state: present
|
||||
uid: "{{ omit }}"
|
||||
password: "*"
|
||||
shell: "/usr/sbin/nologin"
|
||||
authorized_keys: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue