ericliao79 / base_book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ubuntu ansible base book

Requirements

  • ansible

mac

$ brew install ansible

run

  1. cp env
$ cp inventory.example inventory
  1. update env ip

  2. run it

$ ansible-playbook -i inventory playbooks/playbook.yml

About