-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tagserver configuration tool #155
base: main
Are you sure you want to change the base?
Conversation
1b04939
to
d522610
Compare
Kudos, SonarCloud Quality Gate passed! |
44cd30e
to
ea96a2d
Compare
Kudos, SonarCloud Quality Gate passed! |
@@ -0,0 +1,67 @@ | |||
set :branch, "149_configuration_tool" | |||
set :server_ip, "18.116.62.197" |
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.
this needs to be factored out to an env variable
At todays meeting we determined that the following issues need to be accommodated within this PR
|
devops/inventory
Outdated
#one.example.com | ||
|
||
[dev_servers] | ||
18.116.62.197 |
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.
this also needs to be factored out
|
||
[dev_servers:vars] | ||
ansible_user=ubuntu | ||
ansible_ssh_private_key_file=/Users/renatomarroquin/Documents/workspace/tagbase/devserver-keypair.pem |
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.
this also needs to be factored out
e300dff
to
c633184
Compare
c633184
to
6fb38ca
Compare
Kudos, SonarCloud Quality Gate passed! |
We agreed to hold off on further development until the end of May. |
Hi @renato2099 when we come back to this we can consider the following use case as well. |
This is a script for configuring the required dependencies for running Tagserver