An open API service indexing awesome lists of open source software.

https://github.com/codeaprendiz/learn_ansible

Lets bake some good Infra code here
https://github.com/codeaprendiz/learn_ansible

Last synced: 10 months ago
JSON representation

Lets bake some good Infra code here

Awesome Lists containing this project

README

          

# ansible-kitchen

- To install `ansible` on ubuntu you can run the following
```bash
./install-ansible.sh
```

- [task-000-commands](task-000-commands)
- playbooks-roles
- [commons](playbooks/roles/commons)
- [datadog-agent](playbooks/roles/datadog-agent)
- [directory](playbooks/roles/directory)
- [docker](playbooks/roles/docker)
- [drone-ci](playbooks/roles/drone-ci)
- [elastic-search-cluster-docker](playbooks/roles/elastic-search-cluster-docker)
- [jenkins-docker](playbooks/roles/jenkins-docker)
- [kibana-docker](playbooks/roles/kibana-docker)
- [monit](playbooks/roles/monit)
- [user-creation](playbooks/roles/user)

- Links to Usage of ansible modules in playbooks and official docs
- [action]()
- [sysctl](playbooks/roles/elastic-search-cluster-docker/tasks/install-docker-elastic-search-cluster.yml#L03)