Commit ea6147a8 by ansible

no message

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