Cleaned up role
diff --git a/defaults/main.yml b/defaults/main.yml index 2ac7c16..b25f44a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml
@@ -3,5 +3,5 @@ apigee_limits: - { domain: '*', limit_type: '-', limit_item: 'memlock', value: 'unlimited' } - { domain: '*', limit_type: '-', limit_item: 'nofile', value: '100000' } -- { domain: '*', limit_type: '-', limit_item: 'nproc', value: '32768' } +- { domain: '*', limit_type: '-', limit_item: 'nproc', value: 'unlimited' } - { domain: '*', limit_type: '-', limit_item: 'as', value: 'unlimited' }
diff --git a/files/apigee.limits.conf b/files/apigee.limits.conf deleted file mode 100644 index 13583c4..0000000 --- a/files/apigee.limits.conf +++ /dev/null
@@ -1,4 +0,0 @@ -* - memlock unlimited -* - nofile 100000 -* - nproc 32768 -* - as unlimited
diff --git a/tasks/main.yml b/tasks/main.yml index dedf71a..b480327 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,14 +1,5 @@ --- # tasks file for apigee-opdk-setup-os-limits -#- name: Update limits.conf -# become: yes -# copy: -# src: apigee.limits.conf -# dest: /etc/security/limits.d/apigee.limits.conf -# owner: root -# group: root -# mode: 0644 - - name: Update limits.conf become: yes pam_limits: