NewsBlur/ansible/roles/docker
2024-02-17 17:14:35 -05:00
..
defaults Fixing names for state timeline, also fixing node server bootstrap. 2022-01-04 14:44:47 -05:00
handlers Switching from network_mode host to using a docker network. This gets us off host networking and to defined ports. The docker network connects the container's dns resolver to the machine's dnsmasq, which is used for consul. 2021-05-19 17:26:47 -04:00
meta Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
tasks Updating consul and docker for arm64. Using old redis ports. 2024-02-17 17:14:35 -05:00
templates Solving docker networking container issues by turning iptables back on but using ufw after.rules that allow ufw to retain blocking ability. Works on Redis, now to move to mongo. 2021-12-15 13:34:01 -05:00
tests Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
vars Fixing names for state timeline, also fixing node server bootstrap. 2022-01-04 14:44:47 -05:00
.travis.yml Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
LICENSE Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00
README.md Stubbing in ansible deployment scripts. Still needs to run docker commands, but it's a good start. 2021-01-20 17:49:37 -05:00

Build Status Ansible Galaxy

docker-ce-ansible-role

Ansible role to install Docker CE (Community Edition).

Requirements

  • OS support list:
    • Centos 7
    • Ubuntu Xenial 16.04 (LTS)
    • Ubuntu Yakkety 16.10
    • Ubuntu Trusty 14.04 (LTS)
  • ansible >= 1.9

Installation

$ ansible-galaxy install zaxos.docker-ce-ansible-role

Example Playbook

    - hosts: servers
      roles:
        - role: zaxos.docker-ce-ansible-role