mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2022-04-22 16:00
This commit is contained in:
parent
783558d08e
commit
0224b8a5b2
@ -75,7 +75,7 @@
|
||||
- when:
|
||||
- not rand_pass_file_clear.stat.exists
|
||||
- not rand_pass_file_enc.stat.exists
|
||||
- rand_pass_file_enc_pbkdf2.stat.exists or rand_pass_new is defined
|
||||
- rand_pass_file_enc_pbkdf2.stat.exists or (rand_pass_new is defined and pass_openssl_pbkdf2.rc == 0)
|
||||
- pass_openssl_pbkdf2.rc == 0
|
||||
- encryption | default(True)
|
||||
- rand_pass_encryption_key is defined
|
||||
@ -98,7 +98,7 @@
|
||||
# Read the encrypted pass (without PBKDF2)
|
||||
- when:
|
||||
- not rand_pass_file_clear.stat.exists
|
||||
- rand_pass_file_enc.stat.exists or rand_pass_new is defined
|
||||
- rand_pass_file_enc.stat.exists or (rand_pass_new is defined and pass_openssl_pbkdf2.rc != 0)
|
||||
- not rand_pass_file_enc_pbkdf2.stat.exists
|
||||
- encryption | default(True)
|
||||
- rand_pass_encryption_key is defined
|
||||
|
@ -14,6 +14,7 @@ ExecStart=/usr/bin/java -Djava.net.preferIPv4Stack=true \
|
||||
{% endif %}
|
||||
-jar {{ metabase_root_dir }}/app/metabase.jar
|
||||
SuccessExitStatus=143
|
||||
SyslogIdentifier=metabase
|
||||
PrivateTmp=yes
|
||||
PrivateDevices=yes
|
||||
ProtectSystem=full
|
||||
|
Loading…
x
Reference in New Issue
Block a user