Consolidate local playbooks#73
Conversation
|
@jwmatthews what do you think about consolidating our local playbooks and using variables instead? |
| -p DOCKERHUB_USER={{ dockerhub_user_name }} | ||
| -p LAUNCH_APB_ON_BIND={{ broker_launch_apb_on_bind }} | ||
| -p OUTPUT_REQUEST={{ broker_output_request }} | ||
| -p RECOVERY={{ broker_recovery }} |
There was a problem hiding this comment.
I think we will want to add this back now that the recovery pr has merged
There was a problem hiding this comment.
thanks for catching that, that was unintentional
| method: POST | ||
| register: response | ||
| until: response|success and response.json and response.json.spec_count | ||
| until: response|success and response.json and response.json.spec_count is defined |
There was a problem hiding this comment.
This change keeps catasb from failing whenever someone doesn't have any apbs yet.
|
Would you also update the README's to coincide, assume we need some directions to create my_vars.yml a level up, also some mention of the other .yml being shared in local directory. |
dymurray
left a comment
There was a problem hiding this comment.
I was able to deploy using different Broker config options and worked great for me. Good job.
ACK.
| dockerhub_org_name: example_org | ||
|
|
||
| # Omit this unless you want to store your password in plain text to skip prompts. | ||
| # dockerhub_user_password: example_password |
There was a problem hiding this comment.
Good idea to have a special note about this
No description provided.