Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abarrak/docker-server-role

Ansible role to install and expose docker server on RHEL/CentOS.
https://github.com/abarrak/docker-server-role

ansible-role docker linux

Last synced: about 2 months ago
JSON representation

Ansible role to install and expose docker server on RHEL/CentOS.

Awesome Lists containing this project

README

        

Docker Server Ansible Role
==========================
[![CI](https://github.com/abarrak/docker-server-role/actions/workflows/ci.yml/badge.svg)](https://github.com/abarrak/docker-server-role/actions/workflows/ci.yml)
[![Release](https://github.com/abarrak/docker-server-role/actions/workflows/release.yml/badge.svg)](https://github.com/abarrak/docker-server-role/actions/workflows/release.yml)

An ansible role to install standalone docker server on CentOS / RHEL, and expose it over TCP/SSH.

Role Variables
--------------

The default variables are defined in `defaults/main.yml`, and should be overriden as convenient.

Dependencies
------------

N/A.

Example Playbook
----------------

Install the role:

ansible-galaxy install abarrak.docker_server_role

Include it to run the setup tasks:

- hosts: docker-server
import_role:
name: abarrak.docker_server_role

License
-------

MIT.

Author
------

Abdullah Barrak (@abarrak).