|
|
|
@ -21,7 +21,7 @@ |
|
|
|
|
password: "{{ 'password' | password_hash('sha512') }}" |
|
|
|
|
update_password: on_create |
|
|
|
|
loop: |
|
|
|
|
- { user: local, uid: 1000, shell: /bin/bash, home: yes } |
|
|
|
|
- { user: local, uid: 1000, shell: /bin/bash, home: yes } |
|
|
|
|
- { user: mirror, uid: 1001, shell: /bin/bash, home: yes } |
|
|
|
|
- { user: push, uid: 1002, shell: /bin/sh, home: no } |
|
|
|
|
- { user: syscom, uid: 10001, shell: /bin/bash, home: no } |
|
|
|
@ -109,4 +109,4 @@ |
|
|
|
|
cscmirror |
|
|
|
|
raidz2 |
|
|
|
|
{{ disk_arg }} |
|
|
|
|
when: zpool_exists.rc != 0 |
|
|
|
|
when: zpool_exists.rc != 0 |
|
|
|
|