fayeah / ansible101

for learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use playbook to run ansible:

  • need to install ansible on host machine
  • need inventory file to denotes host list

run with ansible-playbook -i host playbook.yml

About

for learning