Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 331 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 331 Bytes

provisioning

Ansible provisioning for the chaospott infrastructure.

Deployment

You can use the deploy script for easier deployment.

To deploy a specific role:

./deploy -t <role>

To do a "dry-run" deployment, use the --check option. To see changes, use the --diff option.

./deploy -t <role> --diff --check