Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clouddrove/ansible-role-common
This ansible role install common packages for Debian.
https://github.com/clouddrove/ansible-role-common
ansible ansible-commands clouddrove commands common common-commands devops playbook role
Last synced: about 4 hours ago
JSON representation
This ansible role install common packages for Debian.
- Host: GitHub
- URL: https://github.com/clouddrove/ansible-role-common
- Owner: clouddrove
- License: mit
- Created: 2019-03-26T10:06:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T08:08:54.000Z (over 1 year ago)
- Last Synced: 2024-05-29T22:20:51.889Z (6 months ago)
- Topics: ansible, ansible-commands, clouddrove, commands, common, common-commands, devops, playbook, role
- Language: Makefile
- Homepage: https://galaxy.ansible.com/clouddrove/ansible_role_common
- Size: 90.8 KB
- Stars: 10
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role Common
This ansible role install common packages On Ubuntu, CentOS Amazon-Linux.
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.
## Prerequisites
This module has a few dependencies:
- [Ansible2.9](https://www.ansible.com)
- [Python](https://www.python.org/downloads)## What Includes
Following things includes in this role:
- ntp
- openssl
- git
- telnet
- figlet
- git-core
- htop
- ntp
- wget
- python-pip
- zip
- vim
- curl
- rsyslog
- libjson-xs-perl## Example Playbook
**IMPORTANT:** Since the `master` branch used in `source` varies based on new modifications, we suggest that you use the release versions [here](https://github.com/clouddrove/ansible-role-common/releases).
```yaml
- hosts: localhost
remote_user: root
become: true
roles:
- ansible-role-common
```## Variables
```yaml
zsh_theme: steeef
state: present
aws: trueuser: false
username: ec2-user```
## Installation
```console
$ ansible-galaxy install clouddrove.ansible-role-common
```## Feedback
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/ansible-role-common/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]).If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/ansible-role-common)!
## About us
At [CloudDrove][website], we offer expert guidance, implementation support and services to help organisations accelerate their journey to the cloud. Our services include docker and container orchestration, cloud migration and adoption, infrastructure automation, application modernisation and remediation, and performance engineering.
We are The Cloud Experts!
We ❤️ Open Source and you can check out our other modules to get help with your new Cloud ideas.
[website]: https://clouddrove.com
[github]: https://github.com/clouddrove
[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=