Add custom zookeeper_id for each host based in inventory #367
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
schedule: | |
- cron: '0 6 * * *' | |
jobs: | |
ci: | |
uses: ansible-middleware/github-actions/.github/workflows/ci.yml@main | |
secrets: inherit | |
with: | |
fqcn: 'middleware_automation/amq_streams' | |
molecule_tests: >- | |
[ "default", "all_auth", "all_cluster", "connect", "ssl_auth_sasl", "ssl_no_auth" ] |