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

https://github.com/llitfkitfk/ansible-docker-roles


https://github.com/llitfkitfk/ansible-docker-roles

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# ansible docker roles

* `docker-setup` install docker (Support RedHat and Debian)
* `swarm-setup` install swarm mode cluster
* `docker-tls` enable docker tls

```
---
- name: Setup docker environment & swarm mode cluster & enable docker tls
hosts: all
roles:
- role: docker-setup
- role: swarm-setup
- role: docker-tls
tasks:

```