https://github.com/willianpaixao/playbooks
My most used Ansible playbooks for automating servers.
https://github.com/willianpaixao/playbooks
ansible ansible-playbook devops
Last synced: about 2 months ago
JSON representation
My most used Ansible playbooks for automating servers.
- Host: GitHub
- URL: https://github.com/willianpaixao/playbooks
- Owner: willianpaixao
- License: gpl-3.0
- Created: 2017-02-25T11:25:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T14:30:34.000Z (over 8 years ago)
- Last Synced: 2025-07-04T12:07:24.069Z (12 months ago)
- Topics: ansible, ansible-playbook, devops
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ansible-playbooks
[](https://gitpitch.com/willianpaixao/ansible-playbooks/master?grs=github&t=white)
> Note: For now I only pushed my most used playbooks.
### Run
Quite simple, just run:
``` bash
$ ansible-playbook -K main.yml
```
### Test
Next thing I need to do is clean my tasks and make it comply with the best
practices of DevOps Culture. I've found those two packages, although haven't
refactored yet.
``` bash
$ pip install ansible-lint ansible-review
$ ansible-review ansible/main.yml
```