Commit 883b5889 by ansible

no message

1 parent 3de39ee9
Showing with 7 additions and 0 deletions
......@@ -13,6 +13,9 @@
- { gid: 1009, name: wdftp }
- { gid: 996, name: nginx }
- { gid: 999, name: wildfly }
- { gid: 998, name: postgres }
- { gid: 997, name: mongodb }
- { gid: 995, name: mosquitto }
- name: Create Users
user:
uid: "{{ item.uid }}"
......@@ -28,3 +31,7 @@
- { uid: 999, name: wildfly, crehome: no, system: yes, shell: /bin/bash, path: /opt/stack/wildfly }
- { uid: 1009, name: wdftp, crehome: yes, system: no, shell: /usr/sbin/nologin, path: /archive }
- { uid: 996, name: nginx, crehome: no, system: yes, shell: /usr/sbin/nologin, path: /opt/stack/nginx }
- { uid: 998, name: postgres, crehome: no, system: yes, shell: /bin/bash, path: /opt/stack/postgres }
- { uid: 997, name: mongodb, crehome: no, system: yes, shell: /bin/bash, path: /opt/stack/mongodb }
- { uid: 995, name: mosquitto, crehome: no, system: yes, shell: /bin/bash, path: /opt/stack/mqtt }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!