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
2020-08-01Merge pull request #279 from ScottBrenner/patch-1HEADmasterSviatoslav Sydorenko
Convert GitHub Actions workflow to new format
2020-07-25YAML doesn't need quotesScott Brenner
Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
2020-07-25Use recommended workflowScott Brenner
https://github.com/marketplace/actions/ansible-lint
2020-07-25Rename .github/main.yml to .github/workflows/main.ymlScott Brenner
2020-07-25Convert GitHub Actions workflow to new formatScott Brenner
2020-07-25Merge pull request #278 from ScottBrenner/fix-ansible-lint-errorsSviatoslav Sydorenko
2020-07-20[504] Do not use 'local_action', use 'delegate_to: localhost'Scott Brenner
2020-07-20This shouhis should be changed_when: trueScott Brenner
2020-07-19[303] curl used in place of get_url or uri moduleScott Brenner
2020-07-19[301] Commands should not change things if nothing needs doingScott Brenner
2020-07-19[303] tar used in place of unarchive moduleScott Brenner
2020-03-26Merge pull request #256 from jsoref/markdownSviatoslav Sydorenko
Improve markdown
2020-03-26Merge pull request #239 from jcsmith/cleanup_lamp_simpleSviatoslav Sydorenko
Fix ansible-lint reported errors and update syntax in lamp_simple.
2020-03-21Merge pull request #222 from KnechtionsCoding/patch-1Sviatoslav Sydorenko
Update rabbitmq.yml
2020-03-21Update language_features/rabbitmq.yml Sven Hans Knecht
fix: Switch from {{item}} to {{item.username}} and {{item.password}} Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
2020-03-18Merge pull request #255 from stefano-garzarella/rust_example_fixSviatoslav Sydorenko
rust-example: use the new 'module: options' format
2020-01-13Merge pull request #263 from monkinco/masterSean Cavanaugh
Optimize hue.gif
2019-10-26Optimize hue.gifMonkin
2019-10-07Misc Typos in README.mdErik Zettel
* lamp_haproxy/aws/README.md: fix typos * mongodb/README.md: fix typos * tomcat-memcached-failover/README.md: fix typos
2019-08-23rust-example: use the new 'module: options' formatStefano Garzarella
Replace the legacy 'action: module options' with new 'module: options' format.
2019-08-22Improve markdownJosh Soref
2019-05-22Merge pull request #252 from IPvSean/IPvSean/2019demoSean Cavanaugh
uploading demo of phillips hue
2019-05-22uploading demo of phillips hueipvsean
2019-03-14Run Ansible Lint Action against wordpress-nginxSviatoslav Sydorenko
2018-12-27Merge pull request #207 from marvingreenberg/masterSviatoslav Sydorenko
Fix example to correctly reference "env" map variable
2018-12-13Merge pull request #248 from adrianciurdarean/typo-fixSviatoslav Sydorenko
Fixed typo in README.md
2018-12-13Fixed typo in README.mdAdrian Ciurdărean
2018-11-20Fix typo in yum module parameterAbhijeet Kasurde
changed 'nameL' to 'name'
2018-11-20Fix typo in yum module parameterAdam Chalkley
2018-10-04Fix ansible-lint reported errors and update syntax in lamp_simple.Joshua Smith
2018-10-03Merge pull request #238 from jcsmith/cleanup_lamp_haproxySviatoslav Sydorenko
Fix ansible-lint reported errors and update syntax in lamp_haproxy
2018-10-03Fix missing single quotes/syntax error.Joshua Smith
2018-10-03Merge pull request #237 from jcsmith/cleanup_jboss-standaloneSviatoslav Sydorenko
Cleanup jboss standalone examples
2018-10-03Fix ansible-lint reported errors and update syntax.Joshua Smith
2018-10-03Replace old = syntax with newer valid yaml syntax.Joshua Smith
2018-10-03Fix ansible-lint reported issues in:Joshua Smith
deploy-application.yml roles/java-app/tasks/main.yml roles/jboss-standalone/tasks/main.yml
2018-10-03Fix errors reported by ansible-lint in demo-aws-launch.yml.Joshua Smith
2018-08-13Merge pull request #235 from tgoodyear/patch-1Sviatoslav Sydorenko
Fix header formatting
2018-08-02Fix header formattingTrevor Goodyear
Fix header formatting for Verification section in README
2018-07-05Merge pull request #186 from proggga/patch-1David Federlein
Removed for common role unnecessary
2018-07-05Merge pull request #226 from iquirino/masterDavid Federlein
The win_msi module has been deprecated
2018-06-30Add a binary rust example moduleSviatoslav Sydorenko
2018-06-04minor typo correction in zfs.ymlAbhijeet Kasurde
minor typo correction
2018-05-31minor typoTom Matthews
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.
2018-03-23Update rabbitmq.ymlSven Hans Knecht
Adding in variable password based one user. a list of items with unique passwords rather than a common password.
2018-02-23Merge pull request #218 from FrontSide/masterSviatoslav Sydorenko
Fix title formatting (mongodb Readme)
2018-02-21Fix title formattingDavid Rieger
Add space between ## and string to be formatted
2017-08-11Fix example to correctly reference "env" map variableMarvin Greenberg
2017-03-04Removed for common role unnecessaryMikhail Fesenko
Removed for common role unnecessary handler, which doesn't used