Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 423 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 423 Bytes

Infrastructure Setup Using Ansible and SmartOS

Create new Virtual Machine called "shell"

ansible-playbook provision_vm.yml --limit=shell

Run playbook to setup shell server

ansible-playbook site.yml --limit=shell

Updating Packages on shell

ansible-playbook update_packages.yml --limit=shell

Update packages on all servers

ansible-playbook site.yml --tags=update_packages