feat: Create role

This commit is contained in:
2022-10-10 11:20:20 +02:00
committed by pulsar89.5
parent 688c17fe0b
commit c570d2280e
11 changed files with 221 additions and 3 deletions

17
defaults/main.yml Normal file
View File

@@ -0,0 +1,17 @@
---
# defaults file for users
users: []
# Example:
# - name: ansible
# comment: "Ansible user"
# update_password: on_create
# password_lock: true
# append: true
# shell: /bin/bash
# groups: ["sudo"]
# extras:
# authorized_keys:
# - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILNxxMmKSUHibYrlwyhx6UzyEAIPrghuQ/2fiCvcGAfh ansible
# - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJPerG1LAvNuuwuMnlExCyfsRwGqrM1U3C/aUtuXqhyu bot_ansible
# sudoers: ansible ALL=(ALL) NOPASSWD:ALL