Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 208 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 208 Bytes

Ansible

#!/bin/bash

amazon-linux-extras install ansible2 -y

Docker

#!/bin/bash

yum install docker -y
usermod -a -G docker ec2-user
service docker restart
chkconfig docker on