Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.