-
Notifications
You must be signed in to change notification settings - Fork 15
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 and Dist Upgrade Only #37
Comments
I plan to split I'm not sure if DebOps environment would be compatible at this point with Proxmox per se... If it's OpenVZ you want, and not specifically Proxmox UI, you can use As for issues with package versions, this is a problem with Debian itself, not DebOps. I haven't played with Proxmox, so I'm not sure, but if they provide Wheezy repositories it probably should be compatible with Wheezy. DebOps installs several packages from As an aside, if you use Debian Stable / Oldstable as a base OS, you should get all packages already "current", ie. The role that you linked is old, I would probably try and write a new one from scratch, leaving stuff like "dist-upgrade all the system" out of it. You could start by preparing a host with just |
thanks its actually a general question I want to use Debops to manage an application network - using a bunch of complex applications - and from what you describe the debops.apt role is not suitable right now thats fine, I can work around it, and use a simple update and upgrade playbook using ansible core will post more soon |
before I forget, I need to work out what I need to turn off on debops for complex apps... it maybe all I want is ferm & auth, maybe I do that in inventory another kludge would be to have a non debops only inventory ... I'd rather work out what to turn off, so that complex applications like Proxmox, Discourse, Cloudera are not effected, and only basic stuff like auth and ferm are managed by Debops |
Well, the way to do it is, you either use |
@devekko Also, you might want to come over to #debops channel on IRC, there are more people with different use cases there, you certainly could get some good feedback. :) |
couldnt I just have in host inventory? pki:False |
Of course, but then you might have ~100-200 skipped tasks each time you run common.yml. Your choice. :-) |
sure, but I do intend to build out infrastructure using debops services.. just want to mix it with some non Debops complex apps will investigate further |
@devekko It took longer than I thought but finally |
will test this in coming weeks these latest security breach revelations make me want to shift all my systems over to a debops foundation and I am hoping this might be key THANKS |
I've been trying to get Proxmox updated and upgraded using Debops host inventory only and am having problems
is it possible to use this role so it only updates and upgrades without managing the packages installed ?
I started adding packages and repositories using inventory but got issues with versions and that would lead to pinning and I end up with an elaborate Proxmox role
https://github.com/dpausp/ansible-playbook-pve/blob/master/proxmox.yml
all I want to do is include an update and upgrade in a proxmox inventory along with some other inventory variables
I wanted to do the same thing with tools like Discourse and Cloudera etc but am wondering if I need a custom role/playbook
if I do need a custom role/playbook for just update and dist-upgrade, how do I tie that into debops so it runs as part of a regular command?
I know, a few questions
The text was updated successfully, but these errors were encountered: