johannes-cabal
johannes-cabal
I wouldn't arbitrarily enable and/or install firewalld. This could definitely cause issues in areas such as AWS when building out route chains. The preferable way is execute your block if...
@thoraxe - I intend on splitting apart the variables. Standard variables (and dynamic) will be maintained in group_vars. For everything else, I'll be adding a default directory named "configs" that...
I'll take a look at this. On first run, you can do a check to see if the credential files exists. If it does not, prompt the user to generate...
Isn't this a configuration option available with the core openshift-installer? Also, if we wanted to do it through our playbooks, should just use the htpasswd module. http://docs.ansible.com/ansible/htpasswd_module.html
What is the group name of the provisioners? Would just need to change the hosts target to below (pick the first provisioner in group "provisioner") ` hosts: groupname[0]`
Should be resolvable using the [mount module](http://docs.ansible.com/ansible/mount_module.html) in Ansible. Make exportfs -r or service restart a handler and only execute if a change has to occur. That way we can...