Skip to content

chenry333/2017-q3-week2-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

2017 Q3 Unix/Linux 110 A/B Ansible demo

Copy these files into your /etc/ansible directory and:

  • install roles from requirements.txt file sudo ansible-galaxy install -r requirements.yml

  • install sshpass program sudo apt-get install sshpass

  • Add your localhost SSH key fingerprint to your known_hosts file ssh localhost hostname (and yes accept fingerprint)

  • apply the ansible role (using passworded ssh, and sudo) ansible-playbook mysql_playbook.yml -u <username> -s -k -K

About

Ansible Examples from 2017 3rd quarter week 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published