Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | ansible ssh transport wibble | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Enable zero-copy updates to the LDAP directory. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Move ansible modules to another directory. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Make use of Ansible 1.5 new features. | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | Most notably pipelining=True and sysctl_set=yes. | |||
* | Tell ansible we generally want to use sudo(8). | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | I.e., put 'sudo=True' in ansible.cfg. | |||
* | Common MySQL configuration. | Guilhem Moulin | 2015-06-07 | 1 |
| | ||||
* | Postfix master (nullmailer) configuration | Guilhem Moulin | 2015-06-07 | 1 |
| | | | | We use a dedicated instance for each role: MDA, MTA out, MX, etc. | |||
* | Basic ansible setup. | Guilhem Moulin | 2015-06-07 | 1 |
To run the playbook: cd ./ansible ansible-playbook -i vms site.yml |