Skip to content

Instantly share code, notes, and snippets.

View heryudi's full-sized avatar
😁

Heryudi Ganesha heryudi

😁
View GitHub Profile

Keybase proof

I hereby claim:

  • I am heryudi on github.
  • I am heryudi (https://keybase.io/heryudi) on keybase.
  • I have a public key ASBscL8ijY3r4sCh5m2htspoGz-LUemPKQX3_Qs7bPU3JAo

To claim this, I am signing this object:

@heryudi
heryudi / playbook_centos_install_docker.yaml
Created May 12, 2020 15:08 — 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