c12s-kubespray/roles/kubernetes
abelgana d9160f19c0 Sysctl reload if needed after IP forward enabling
Add reload yes to reload sysctl if the value of net.ipv4.ip_forward changes.

- name: Enable ip forwarding
  sysctl:
    sysctl_file: "{{sysctl_file_path}}"
    name: net.ipv4.ip_forward
    value: 1
    state: present
    reload: yes
  tags:
    - bootstrap-os
2017-10-26 13:06:21 -04:00
..
client Clear admin kubeconfig when rotating certs (#1772) 2017-10-12 09:55:46 +01:00
kubeadm Fix scale.yml to supoort kubeadm (#1863) 2017-10-24 16:08:48 +01:00
master Merge pull request #1880 from mattymo/node_auth_fixes2 2017-10-26 10:02:24 -05:00
node Idempotency fixes (#1838) 2017-10-25 21:19:40 +01:00
preinstall Sysctl reload if needed after IP forward enabling 2017-10-26 13:06:21 -04:00
secrets Add possibility to insert more ip adresses in certificates (#1678) 2017-10-17 11:06:07 +01:00