Skip to content

Instantly share code, notes, and snippets.

View claudioivp's full-sized avatar

Cláudio José Antunes Mazur claudioivp

  • Prefeitura Municipal de Maringá
  • Maringá, Paraná, Brazil
  • 18:19 (UTC -03:00)
  • LinkedIn in/claudioivp
View GitHub Profile
@claudioivp
claudioivp / playbook_centos_install_docker.yaml
Created February 24, 2022 17:41 — forked from yonglai/playbook_centos_install_docker.yaml
An Ansible playbook to install docker-ce on Centos
---
- name: Install docker
gather_facts: No
hosts: default
tasks:
- name: Install yum utils
yum:
name: yum-utils
state: latest