reodered and added functionality

This commit is contained in:
rene
2022-02-16 18:01:50 +01:00
parent 57cf89ded0
commit b94b707e76
11 changed files with 148 additions and 74 deletions

View File

@@ -0,0 +1,14 @@
- name: users | ansible | add user
user:
name: ansible
comment: Ansible-Pull user
shell: /bin/bash
password_lock: yes
- name: users | ansible | add sudoers file
copy:
src: users/sudoers_ansible
dst: /etc/sudoers.d/ansible
owner: root
group: root
mode: 0440