commit | 0d38f8f62ecee635959a341815ae81198c819f72 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Tue Nov 07 17:08:30 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Tue Nov 07 17:08:30 2017 -0500 |
tree | e7f440b69bb50e124b9ae492f0e03427b6cc7af1 | |
parent | ba10c2845f19cabdf7744a3ed35cbf9e5ff49a45 [diff] |
Added logic to setup
diff --git a/tasks/main.yml b/tasks/main.yml index 00e4975..60d4ea1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -56,16 +56,6 @@ value: '{{ vm_swappiness }}' state: present -#- name: Disable Default IPV6 -# become: yes -# shell: "sysctl -w net.ipv6.conf.default.disable_ipv6=1" -# tags: ['ipv6'] - -#- name: Disable All IPV6 -# become: yes -# shell: "sysctl -w net.ipv6.conf.all.disable_ipv6=1" -# tags: ['ipv6'] - - name: Disable All IPV6 tags: ['ipv6'] sysctl: