Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlkamp/playbooks
Playbooks to configure servers.
https://github.com/tlkamp/playbooks
ansible infrastructure infrastructure-as-code infrastructure-automation infrastructure-management yaml yml
Last synced: 21 days ago
JSON representation
Playbooks to configure servers.
- Host: GitHub
- URL: https://github.com/tlkamp/playbooks
- Owner: tlkamp
- Created: 2019-02-02T04:28:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T14:53:19.000Z (over 5 years ago)
- Last Synced: 2024-12-31T18:37:17.134Z (about 1 month ago)
- Topics: ansible, infrastructure, infrastructure-as-code, infrastructure-automation, infrastructure-management, yaml, yml
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playbooks
[Ansible Playbooks](https://www.ansible.com/) for automating server configuration.## Environment Details
* Python 3.7
* Ansible 2.7 (via `pip`)## Execution
The playbooks should be executed using the [`run-ansible`](run-ansible)
script provided in the repo.The script should be executed as such:
```shell
(ansible) $ ./run-ansible your-playbook-file.yaml
```The script will perform a syntax check first and then execute if the
syntax check is successful.