Commit a764f600 by ansible

no message

1 parent 91e7d38a
Showing with 2 additions and 0 deletions
......@@ -9,6 +9,7 @@
- { gid: 996, name: nginx }
- { gid: 999, name: wildfly }
- { gid: 998, name: postgres }
- { gid: 1011, name: wso2 }
- name: Create Users
user:
uid: "{{ item.uid }}"
......@@ -25,4 +26,5 @@
- { uid: 999, name: wildfly, crehome: no, system: yes, shell: /bin/bash, path: "" }
- { uid: 996, name: nginx, crehome: no, system: yes, shell: /usr/sbin/nologin, path: "" }
- { uid: 998, name: postgres, crehome: no, system: yes, shell: /bin/bash, path: "" }
- { uid: 1011, name: wso2, crehome: no, system: yes, shell: /bin/bash, path: "" }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!