wescale / hashistack

Ansible collections for HashiCorp Vault-Consul-Nomad platform automation
MIT License
56 stars 32 forks source link

Track every molecule molecule scenario in roles and add them to Github Actions configuration #156

Closed jabassou closed 3 months ago

jabassou commented 3 months ago

Updated .gitignore file to exclude macOS-specific files

Added GitHub Actions for the roles vault_role, stage1_dns_role, and stage1_bootstrap_role

Upgraded Docker image to Debian 12 for molecule testing in roles stage1_dns and stage1_bootstrap due to systemd-resolvedpackage error

Added verify.yml for molecule to test each role

Some code fixes

close #150