-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a non docker ansible deploy #1
base: main
Are you sure you want to change the base?
Add a non docker ansible deploy #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small comment inline.
state: present | ||
|
||
- name: Install dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd separate basic requirements (as the apt packages) form the more specific quorum installation, just to make it easy to deploy separately using tags. We might want to install a new version of quorum but not launch the apt for example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that is how the deploy works now. The apt dependencies and the quorum installation are separated or i'm misunderstanding something?
Let me checkit in a Sandbox enviroment, and will give feedback Thanks |
…ady running and the playbook is executed
Description
Add an ansible deploy without using docker