5 Commits
Author SHA1 Message Date
jdelpilarandJordan Del Pilar 5658d5712b feat: add PR Template (#9)
Johto Infrastructure Pipeline / Run Ansible Lint (push) Successful in 1m49s
Johto Infrastructure Pipeline / Deploy to Production (push) Successful in 2m16s
### Description
This PR adds new PR Template
All Future PRs will use the new template. Adjustments will be made to the template as needed.

---------

Co-authored-by: Jordan Del Pilar <[email protected]>
Reviewed-on: #9
2026-07-11 09:28:37 -07:00
jdelpilarandJordan Del Pilar fcff230307 feat: Added Issue Template (#8)
Johto Infrastructure Pipeline / Run Ansible Lint (push) Successful in 1m46s
Johto Infrastructure Pipeline / Deploy to Production (push) Successful in 2m14s
This PR adds templates for issues. This template will be used for all new issues opened in this repo.
Future PR will add a PR template as well.

---------

Co-authored-by: Jordan Del Pilar <[email protected]>
Reviewed-on: #8
2026-07-11 09:01:45 -07:00
jdelpilarandJordan Del Pilar 3b15923d8d fix: CI/CD pipeline fix (#7)
Johto Infrastructure Pipeline / Run Ansible Lint (push) Successful in 1m44s
Johto Infrastructure Pipeline / Deploy to Production (push) Successful in 2m10s
This PR fixes an issue with how the CI/CD pipeline was setup up

## Major fixes
- Addressed an issue with the CI/CD pipeline restarting core services during production runs.
	- Updated ansible-playbook command to include the `skip-tags` flag. This currently skips the new `core` tag. | 19a7e77045
	- Added new `core` tag to `site.yaml`. This new tag covers any roles that deal with or might restart core services. | 3335594077

---------

Co-authored-by: Jordan Del Pilar <[email protected]>
Reviewed-on: #7
2026-07-08 14:54:29 -07:00
jdelpilarandJordan Del Pilar 010e4d3c49 fix: vault-pass.txt injection fix (#5)
Johto Infrastructure Pipeline / Run Ansible Lint (push) Successful in 1m46s
Johto Infrastructure Pipeline / Deploy to Production (push) Has been cancelled
Updated the vault-pass,txt injection task to use printf. This avoids issues with special characters in the vault-password

---------

Co-authored-by: Jordan Del Pilar <[email protected]>
Reviewed-on: #5
2026-06-13 16:58:01 -07:00
jdelpilarandJordan Del Pilar cf8f2435f8 Feat/add ci cd pipeline (#4)
Johto Infrastructure Pipeline / Run Ansible Lint (push) Successful in 1m45s
Johto Infrastructure Pipeline / Deploy to Production (push) Failing after 1m49s
This PR add the basic CI/CD workflow.

- On push to any branch ansible-lint is ran to verify syntax and formatting
- On push to main, all pushes are required to pass ansible-lint. Project is than ran against all hosts to push changes to production.

---------

Co-authored-by: Jordan Del Pilar <[email protected]>
Reviewed-on: #4
2026-06-13 16:43:33 -07:00