Commit b6978726 by ansible

no message

1 parent a764f600
Showing with 4 additions and 4 deletions
......@@ -23,8 +23,8 @@
with_items:
- { uid: 1010, name: wdview, crehome: yes, system: no, shell: /bin/bash, path: /home/wdview }
- { uid: 1001, name: wdadmin, crehome: yes, system: no, shell: /bin/bash, path: /home/wdadmin }
- { 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: "" }
- { 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: 1011, name: wso2, crehome: no, system: yes, shell: /bin/bash, path: /home/wso2 }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!