Commit graph

3 commits

Author SHA1 Message Date
Jeremie Fraeys
8da2501612
feat(setup): add 'clean' subcommand to remove generated files
Add ./setup clean to remove:
- inventory/hosts.yml and host_vars/web.yml
- terraform/tfplan
- scripts/__pycache__
- .DS_Store files
2026-03-06 14:42:58 -05:00
Jeremie Fraeys
f0fd9b48d9
refactor(infra): update terraform and setup configurations
- Update terraform main.tf and variables.tf for infrastructure changes
- Modify stackscripts/essentials.sh provisioning
- Adjust setup script for deployment workflow

Note: Includes various infrastructure hardening and configuration updates
2026-03-06 14:27:53 -05:00
Jeremie Fraeys
e7b9546f7f
Update infrastructure tooling and configuration
- Rename setup.sh to setup (drop extension for cleaner CLI)
- Update ansible.cfg for improved playbook execution
- Update .env.example with current environment variables
2026-02-21 18:30:16 -05:00