c12s-kubespray/roles/kubernetes/preinstall/tasks
Abel Lopez 0bfc2d0f2f
Safe disable SELinux
Sometimes, a sysadmin might outright delete the SELinux rpms and
delete the configuration. This causes the selinux module to fail
with
```
IOError: [Errno 2] No such file or directory: '/etc/selinux/config'\n",
"module_stdout": "", "msg": "MODULE FAILURE"}
```

This simply checks that /etc/selinux/config exists before we try
to set it Permissive.

Update from feedback
2017-02-18 11:54:25 -08:00
..
azure-credential-check.yml Add check for azure_route_table_name and add it to all.yml 2016-12-13 17:30:10 +01:00
dhclient-hooks-undo.yml This continues the DHCP hook checks. Also protect the create side 2017-01-31 09:56:27 -06:00
dhclient-hooks.yml This continues the DHCP hook checks. Also protect the create side 2017-01-31 09:56:27 -06:00
etchosts.yml Fix etc hosts for cluster nodes 2017-01-02 13:20:51 +01:00
gitinfos.yml Replace always_run with check_mode 2017-02-13 15:00:56 +01:00
growpart-azure-centos-7.yml Make growpart only run on Azure 2016-12-12 14:14:22 +01:00
main.yml Safe disable SELinux 2017-02-18 11:54:25 -08:00
openstack-credential-check.yml Implemented cloud-provider integration for OpenStack. 2016-03-29 15:17:22 +02:00
pre-upgrade.yml remove assertion for family not being CoreOS 2017-01-05 13:36:25 -05:00
resolvconf.yml Add tasks to undo changes to hosts /etc/resolv.conf and dhclient configs 2017-01-11 16:56:16 +01:00
set_facts.yml Revert "Drop linux capabilities and rework users/groups" 2017-02-06 15:58:54 +03:00
set_resolv_facts.yml set "check_mode: no" for read-only "shell" steps that registers result 2017-02-13 18:53:41 +03:00