Skip to content

Ansible Playbooks mainly for SmartOS Joyent/LX Zones

Notifications You must be signed in to change notification settings

Seep1959/playbooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible Playbooks mainly for SmartOS Joyent/LX Zones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.0%
  • Python 9.0%