Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-07The win_msi module has been deprecatedIgor Quirino
Removed in Ansible: version: 2.8 Why: The win_msi module has a number of issues, the win_package module is easier to maintain and use. Alternative: Use win_package instead.
2016-07-21Refactoring ansible examplesDave Johnson
Parameterized group names for LAMP haproxy example to support multiple inventory providers Factored out specific host patterns e.g. "hosts: jboss" Removed specific user declarations e.g. "user: root" Removed specific references to "sudo"
2016-04-25Removed old Linux bitsDave Johnson
2016-04-08ran ansible-lint: stripped trailing spacesBas Meijer
2016-03-23Set correct connection typeDave Johnson
2015-08-27Fixed whitespaceDave Johnson
2015-08-27Don't gather factsDave Johnson
This speeds up the playbook a lot
2015-08-27Added tagsDave Johnson
2015-08-27Clean up and turned off fact gathering for one playDave Johnson
2015-08-27Added the connection bits back inDave Johnson
2015-08-27Updated AMI for db serverDave Johnson
2015-08-27Removed the Windows specific settingsDave Johnson
Pass those on the command line or from Tower
2015-08-27Fixed group nameDave Johnson
2015-08-27Fixed AMI and removed load balancerDave Johnson
2015-08-27Added support for ELB in lieu of HA ProxyDave Johnson
2015-08-27Fixed db image to correct AMIDave Johnson
2015-08-27First pass at a Windows full site deployment ala LAMP HAPROXYDave Johnson
2015-08-06Updated the windows playbooksDave Johnson
2014-08-21Added test playbooks for WindowsDave Johnson