forked from ISTI-ansible-roles/ansible-roles
library/roles/d4s_user_services_perms/defaults/main.yml, library/roles/ubuntu-deb-general/defaults/main.yml: Fix the same typo, in two different places.
This commit is contained in:
parent
3ca51211af
commit
c34cd379db
|
@ -14,7 +14,7 @@ d4science_tomcat_options_files:
|
|||
limits_nofile_value: 16000
|
||||
security_limits:
|
||||
- { domain: '{{ d4science_user }}', l_item: 'nofile', type: 'soft', value: '{{ limits_nofile_value }}' }
|
||||
- { domain: '{{ d4science_user }}', item: 'nofile', type: 'hard', value: '{{ limits_nofile_value }}' }
|
||||
- { domain: '{{ d4science_user }}', l_item: 'nofile', type: 'hard', value: '{{ limits_nofile_value }}' }
|
||||
|
||||
d4science_manual_tomcat_inst_dir: '{{ d4science_user_home }}/tomcat'
|
||||
d4science_manual_tomcat_log_dir: '{{ d4science_manual_tomcat_inst_dir }}/logs'
|
||||
|
|
|
@ -112,7 +112,7 @@ additional_ca_dest_dir: /usr/local/share/ca-certificates
|
|||
#
|
||||
default_security_limits:
|
||||
- { domain: 'root', l_item: 'nofile', type: 'soft', value: '8192' }
|
||||
- { domain: 'root', item: 'nofile', type: 'hard', value: '8192' }
|
||||
- { domain: 'root', l_item: 'nofile', type: 'hard', value: '8192' }
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue