Commit ea6147a8 by ansible

no message

1 parent 08068da1
Showing with 3 additions and 1 deletions
......@@ -9,6 +9,7 @@
- { gid: 996, name: nginx }
- { gid: 999, name: wildfly }
- { gid: 998, name: postgres }
- { gid: 995, name: mosquitto }
- name: Create Users
user:
......@@ -26,7 +27,8 @@
- { uid: 999, name: wildfly, crehome: no, system: yes, shell: /bin/bash, path: /home/wildfly }
- { uid: 996, name: nginx, crehome: no, system: yes, shell: /usr/sbin/nologin, path: /home/nginx }
- { uid: 998, name: postgres, crehome: no, system: yes, shell: /bin/bash, path: /home/postgres }
- { uid: 995, name: mosquitto, crehome: no, system: yes, shell: /bin/bash, path: /opt/stack/mqtt }
- name: Allow 'wildfly' group to have passwordless sudo
lineinfile:
dest: /etc/sudoers
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!