Commit 91e7d38a by ansible

no message

1 parent 8c34e9c0
Showing with 6 additions and 0 deletions
...@@ -6,6 +6,9 @@ ...@@ -6,6 +6,9 @@
with_items: with_items:
- { gid: 1010, name: wdview } - { gid: 1010, name: wdview }
- { gid: 1001, name: wdadmin } - { gid: 1001, name: wdadmin }
- { gid: 996, name: nginx }
- { gid: 999, name: wildfly }
- { gid: 998, name: postgres }
- name: Create Users - name: Create Users
user: user:
uid: "{{ item.uid }}" uid: "{{ item.uid }}"
...@@ -19,4 +22,7 @@ ...@@ -19,4 +22,7 @@
with_items: with_items:
- { uid: 1010, name: wdview, crehome: yes, system: no, shell: /bin/bash, path: /home/wdview } - { 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: 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: "" }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!