-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: removed swarm init from do-swarm-leader cloud config #26
Conversation
3ef2bf8
to
2562df6
Compare
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.
typo in file name
@@ -64,6 +64,10 @@ setup.portainer: | |||
@printf "\033[0;3ansible/2m>>> Set up portainer\033[0m\n" | |||
ansible-playbook plays/portainer.yml | |||
|
|||
setup.swarm: | |||
@printf "\033[0;3ansible/2m>>> Set up docker swarm\033[0m\n" | |||
ansible-playbook plays/swarm-init.yml |
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.
the playbook can be named swarm
since this is the only swarm-related playbook.
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.
understood, it will be changed
generators/app/index.js
Outdated
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.
Why is this part of the MR?
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.
mistake were made during branch selection
- apt update && apt install -y python3-pip |
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.
Use the packages
block
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.
it has been moved to packages,
…rm init playbook in ansible generator feat: added combined generators do-swarm generator chore: correction using composeWith instead
1769c32
to
c7e4542
Compare
this pull request should be closed, but keep it for now for the comments |
chore: removed swarm init from do-swarm-leader cloud config,
added swarm-init playbook in ansible-do generator
added make command setup.swarm in ansible-do generator