Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unsupported playbooks and utilities | Russell Teague | 2017-08-25 | 1 | -23/+0 |
| | |||||
* | Standardize add_host: with name and changed_when | Russell Teague | 2017-01-25 | 1 | -1/+4 |
| | | | | | | | The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting. | ||||
* | YAML Linting | Russell Teague | 2016-12-12 | 1 | -1/+1 |
| | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | Template with_items for upstream ansible-2.2 compat. | Andrew Butcher | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Enforce connection: local and become: no on all localhost plays | Jason DeTiberus | 2015-11-30 | 1 | -0/+2 |
| | |||||
* | Atomic Enterprise related changes. | Avesh Agarwal | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | Infrastructure - Add service action to bin/cluster | Jhon Honce | 2015-06-03 | 1 | -0/+18 |
* Add necessary playbooks/roles * Cleanup bin/cluster to meet new design guide lines |