fix ansible linter errors

This commit is contained in:
nd 2021-07-16 20:19:25 +02:00
parent 8a8460dffc
commit 6706d75658
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
3 changed files with 28 additions and 23 deletions

View file

@ -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: {}