-
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
fails to update IP's on existing jail #2
Comments
I was actually just noticing that properties are not updated at all... I have: I.E. I update vnet:on and dhcp:on and its not reflecting on the jail I see:
which sugests there was no need for changes |
oh ofc set jail is never run... we don't have a task for it https://github.com/criecm/ansible-role-iocage/blob/master/tasks/jail.yml#L6 |
This should be set by iocage module (where state='create' also means 'present' here), feel free to PR there: https://github.com/criecm/ansible-iocage |
ah right... I was mostly testing this stuff but I'd love to contribute... just have time on weekends though... Do you have any plans on moving to iocage-devel? I find that it works best for VNET jails although consider experimental looks very stable... I only prefer the fact that we can get json output in most things, which makes it easy to parse as python dicts |
I'm not planning to use -devel for master now (maybe in a -devel branch ?): I need real stability here, and don't have much time for dev... Top much Ops ;) But I'd be very interested in such a (re-)work the day iocage reach next major release ! I'm following dev there and it seems there are great things to do here (like import iocage lib directly for exemple) Last time I played with vnet (some monthes ago) my machine had bad times (PF/VIMAGE old but serious bugs), I'll re-test with 12.0 |
Its better now, Its even enabled on 12.0 (no need to rebuild kernel) but even in 11 I have stable servers with vnet and pf (even in jails) but I use jail.conf and netgraph for that... epair didn't like pf in jails... which is what iocage actually uses :/ Its a pity I don't have much time now too I wouldn't mind helping with a devel branch, but hopefully I can still submit some PRs once in while 🤞 |
You are welcome :) |
Have to test others properties too…
The text was updated successfully, but these errors were encountered: