Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abarrak/docker-server-role
- Owner: abarrak
- Created: 2022-10-07T23:52:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T19:54:53.000Z (2 months ago)
- Last Synced: 2024-12-06T20:57:28.453Z (2 months ago)
- Topics: ansible-role, docker, linux
- Homepage: https://galaxy.ansible.com/ui/standalone/roles/abarrak/docker_server_role
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_roleLicense
-------MIT.
Author
------Abdullah Barrak (@abarrak).