Infrastructure as Code Demo with Webhooks

The demo consists of:

  1. Updating group variables that define if the infrastructure state is true (up) or false (down)
  2. Instantiate cloud infrastructure
  3. Deploy nodes
  4. Configure web application on the nodes
  5. Add another node by updating nodes list information
  6. Update node by defining host specific information

Takeaways

  1. Git centric operational model
  2. Update Source of Truth data model to reflect state
  3. Web Hooks for easy integration with Ansible Automation Platform
  4. Third party integration via ChatOps

Demo

Check out the video demonstration:

DEMO