Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 183 Bytes

File metadata and controls

12 lines (7 loc) · 183 Bytes
  • Vagrant

vagrant up

  • Ansible

Running an ad-hoc command (uptime): ansible -i hosts bookstore -a "uptime"

Running the bookstore playbook: ansible-playbook -i hosts bookstore.yml