Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 365 Bytes

DevOps automation using Fabric and Puppet

Install Fabric:

pip install fabric

Initialize and bootstrap puppet repository and keys, deploy for the first time on a node:

fab -R <role> -H <host> init

Check changes on server:

fab -R baagi noop

Push eventual changes on server:

fab -R baagi deploy

Upgrading packages:

fab -R baagi upgrade