summaryrefslogtreecommitdiffstats
path: root/ansible
Commit message (Collapse)AuthorAgeFilesLines
* ansible: Require zlib-devel on build nodesHEADautocluster-1.2masterMartin Schwenke2019-08-171-0/+1
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* ansible: Configure CTDB to debug hung scriptsMartin Schwenke2019-05-071-0/+3
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Change fixed NFS RPC ports to be outside the local port rangeautocluster-1.1Martin Schwenke2019-04-091-6/+6
| | | | | | | | | | | | | | Seeing some instances where nfsd can't start because its port is in use. On Linux the default local port range is 32768-60999, so the ports used for NFS should be outside this range. The configured range can be checked via: $ sysctl net.ipv4.ip_local_port_range net.ipv4.ip_local_port_range = 32768 60999 Signed-off-by: Martin Schwenke <martin@meltin.net>
* Leave EPEL package installedMartin Schwenke2019-03-291-5/+0
| | | | | | | | If we want to use a local EPEL mirror then the GPG key should be installed. If using custom distro repos then the external EPEL repo file will be removed anyway, so won't slow things down. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Add Ansible playbook for node configurationMartin Schwenke2019-03-2569-0/+1169
| | | | | | | This will replace all of the existing node provisioning/configuration. CentOS 7 nodes are currently supported. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Add Ansible playbooks for host machine setupMartin Schwenke2019-03-093-0/+164
This is currently host setup on CentOS 7 and setting up an autocluster-specific SSH key on the host. Signed-off-by: Martin Schwenke <martin@meltin.net>