Commit a764f600 by ansible

no message

1 parent 91e7d38a
Showing with 3 additions and 1 deletions
......@@ -8,7 +8,8 @@
- { gid: 1001, name: wdadmin }
- { gid: 996, name: nginx }
- { gid: 999, name: wildfly }
- { gid: 998, name: postgres }
- { 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!