Skip to content
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

Closed
wants to merge 4 commits into from

Conversation

Anthony-Phothirath
Copy link
Collaborator

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

Copy link
Contributor

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
Copy link
Contributor

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.

Copy link
Collaborator Author

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

Copy link
Contributor

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?

Copy link
Collaborator Author

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the packages block

Copy link
Collaborator Author

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,

@Anthony-Phothirath
Copy link
Collaborator Author

this pull request should be closed, but keep it for now for the comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants