-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adding comments and sensible defaults to all.sample #25
base: master
Are you sure you want to change the base?
Conversation
I've also added SSH keys support so when you spin up VMs, Trillian will automatically add its ssh keys so that ansible can work. This is required for any public images as the root account is disabled for most of them. you will have to specify |
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.
@syed it turns out I don't have rights to merge. I chase getting those. In the meanwhile; I see a lot of hardcoding of values that used to be placeholders. Does it make sense to move those "defaults" to comments, to discourage their use?
def_env_use_sec_groups: yes | ||
def_env_prihost: "<IP_ADDRESS_HERE>" | ||
def_env_sechost: "<IP_ADDRESS_HERE>" | ||
def_env_use_sec_groups: yes # BEING DEPRECATED: |
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.
did something go wrong here?
# BEING DEPRECATED: | ||
def_env_zone_secgroups: "false" | ||
|
||
def_env_zone_secgroups: "false" # BEING DEPRECATED: |
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.
or here?
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.
@DaanHoogland This is me basically reordering the comment. As per my discussion with Paul, he mentioned that these were being removed. However the placement of that comment made me think that everything after that was be depricated so I moved it to just that line that was being depricated.
@DaanHoogland @PaulAngus anything needed from my side to merge this? |
H @syed, yes. conflict resolution and the undoing of the changes in the sample file where place holders are filled with real values. |
Ok. I will get to that this weekend :) |
Hi @PaulAngus . As per our conversation last Friday, I am adding more comments in the all.sample file with some defaults. Let me know if I got them all right