-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adds Ansible Playbook for deploying multiple docker compose instances. #348
base: develop
Are you sure you want to change the base?
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.
I am irritated by all the copying of the certificate and key files. Wouldn't it be better to work with only one directory or with links here, so that it is less error-prone later when checking or exchanging the certificates.
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
sudo chmod +x /usr/local/bin/docker-compose |
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.
Wouldn't it make more sense to use https://github.com/docker/compose/releases/latest/download/docker-compose…
so that you don't always have to maintain the version?
vars: | ||
cert: "{{ nginx.cert}}" | ||
key: "{{ nginx.key}}" |
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 could not find anything where these variables are used.
1a856bc
to
7ed21c6
Compare
ceb58c0
to
c1e8368
Compare
7f0b9b1
to
272c2ac
Compare
079e7dd
to
bbabf0a
Compare
6ae7c6b
to
9c2857d
Compare
1f556c6
to
eef57e6
Compare
Hi @jekutzsche ,
this feature enables the installation of n - number of clients using Ansible.