Commit ca11945d by ansible

no message

1 parent 47100b48
Showing with 3 additions and 3 deletions
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
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 } - { uid: 999, name: wildfly, crehome: no, system: yes, shell: /bin/bash, path: no }
- { uid: 996, name: nginx, crehome: no, system: yes, shell: /usr/sbin/nologin } - { uid: 996, name: nginx, crehome: no, system: yes, shell: /usr/sbin/nologin, path: no }
- { uid: 998, name: postgres, crehome: no, system: yes, shell: /bin/bash } - { uid: 998, name: postgres, crehome: no, system: yes, shell: /bin/bash, path: no }
- name: Allow 'wildfly' group to have passwordless sudo - name: Allow 'wildfly' group to have passwordless sudo
lineinfile: lineinfile:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!