diff --git a/README.md b/README.md index 0853df0..35b890e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Ansible Role Docker Jenkins -

+

This ansible role is used to install Jenkins with docker on server.

@@ -48,7 +48,7 @@ -We eat, drink, sleep and most importantly love **DevOps**. DevOps always promotes automation and standardisation. While setting up various environments like local, dev, testing, production, etc. it is critical to maintain the same environment across. This can easily be achieved using automating the environment setup & installation with the help of ansible-playbooks. +We eat, drink, sleep and most importantly love **DevOps**. DevOps always promotes automation and standardisation. While setting up various environments like local, dev, testing, production, etc. it is critical to maintain the same environment across. This can easily be achieved using automating the environment setup & installation with the help of ansible-playbooks. Smaller roles are created for each environment elements; which also include tasks & tests. These roles can then be grouped together in [ansible-playbook](https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html) to achieve the desired yet consistent results. @@ -56,7 +56,7 @@ Smaller roles are created for each environment elements; which also include task ## Prerequisites -This module has a few dependencies: +This module has a few dependencies: - [Ansible2.8](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) - [Python](https://www.python.org/downloads) @@ -127,7 +127,7 @@ Followiing things includes in this role: -## Feedback +## Feedback If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/ansible-role-docker-jenkins/issues), or feel free to drop us an email at [hello@clouddrove.com](mailto:hello@clouddrove.com). If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/ansible-role-docker-jenkins)! @@ -145,4 +145,4 @@ At [CloudDrove][website], we offer expert guidance, implementation support and s [linkedin]: https://cpco.io/linkedin [twitter]: https://twitter.com/clouddrove/ [email]: https://clouddrove.com/contact-us.html - [terraform_modules]: https://github.com/clouddrove?utf8=%E2%9C%93&q=terraform-&type=&language= \ No newline at end of file + [terraform_modules]: https://github.com/clouddrove?utf8=%E2%9C%93&q=terraform-&type=&language= diff --git a/templates/jenkins b/templates/jenkins index f1a0858..39c3ac1 100644 --- a/templates/jenkins +++ b/templates/jenkins @@ -13,4 +13,5 @@ docker run -u root --net=host --rm --name jenkins \ -v "{{ jenkins_data_dir }}":/var/jenkins_home:rw \ -v "{{ jenkins_config_dir }}":/root/config \ -v "{{ jenkins_tmp_dir }}":/tmp/jenkins \ + -v /var/run/docker.sock:/var/run/docker.sock \ jenkins/jenkins:{{ jenkins_version }}