-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update UnrealIRCd config to support 4.x options #144
base: master
Are you sure you want to change the base?
Conversation
Needs hashbang/docker-unrealircd#13. I'm also not sure of a good way to test all of this. Any pointers would be appreciated prior to us merging |
@drGrove with testing, you should be able to set up a VM - or even change the Ansible target to your own system - and run the IRCd locally. |
I can't test it myself right now, I'll try to do so over the weekend. |
Does ansible have a local runner or a just pretend you're on the server and
put things relative to _here_?
…On Thu, Oct 4, 2018, 12:15 Ryan ***@***.***> wrote:
I can't test it myself right now, I'll try to do so over the weekend.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABX9zufIKz1rPwBkXe54tzL4xc9BOhfiks5uhl5AgaJpZM4XHnZg>
.
|
|
Ansible also has |
you could also spin up a lxd or docker container on a stretch image and run it against that |
Move from copy to sync to allow for recursive copy Update conf files to 4.x Move to ansbile_env.HOME
@@ -1,21 +1,21 @@ | |||
define | |||
{ | |||
name = "services.host" | |||
value = "services.irc.hashbang.sh" | |||
value = "services.irc.dannygrove.com" |
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 think we should define the top level domain (and possibly subdomains) as a variable so we don't have this issue per-deployment.
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.
Definitely a good idea. This is because I'm testing a bunch of stuff. I'm also now moving towards helm for this stuff, So most of this work is just to make sure i'm using the correct config style.
No description provided.