commit | db027e1fd1b9f38d41204109d874a2f3b7b07758 | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Fri Oct 07 14:30:46 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Fri Oct 07 14:30:46 2016 -0400 |
tree | 2f81ef535627dcf1e3318f1168285ed98e1d1eae | |
parent | 6783b73df201eed19975a3c530f6137c1efc2ce4 [diff] |
expanded use of tags
diff --git a/tasks/main.yml b/tasks/main.yml index 73c3c56..4c0b614 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -5,12 +5,16 @@ name: net.ipv4.tcp_fin_timeout value: '{{ apigee_net_ipv4_tcp_fin_timeout }}' state: present + tags: + - sysctl - name: Update vm max map count for cassandra sysctl: name: vm.max_map_count value: '{{ apigee_max_map_count }}' state: present + tags: + - sysctl - name: Update limits.conf copy: