-
Notifications
You must be signed in to change notification settings - Fork 8
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
Debian testing doesn't support aufs.. #1
Comments
hmmm, without aufs the docker images directory quickly gets ridiculously large. Do you know if ansible_distribution_release is "testing" for this version? if it is then we can just create a new file in vars/ called debian-testing.yml that doesn't include the linux-image-extra package. |
thanks for that warning about growth :( How do I check the version/etc. that Ansible reports for that server/instance? |
I use the ansible setup module: "ansible -m setup -i myinventory.ini all" Is there a vagrant image available for debian testing? If there is then I can figure out what changes need to be made. |
|
hmmm, the "/" is going to be problematic since we can't have a file named "debian-stretch/sid.yml" and "debian-na.yml" does seem appropriate. The best I can think of is to modify the code in tasks/main.yml to replace the "/" with a "_". Then we could have debian-stretch_sid.yml in the vars/ directory. Does that make sense? |
Hmmm, jesse and wheezy were having problems too, so I changed it so that while ubuntu installs the kernel extras, debian doesn't. |
That might be backport related, isn't it? On Sun, Aug 30, 2015 at 6:41 PM, Mark Stillwell [email protected]
Hendrik Visage |
I'm not sure how debian is organized internally. Does the role deploy correctly for you now? |
And therefore the linux-image-extra-{{ansible_kernel}} barfs on it :(
The text was updated successfully, but these errors were encountered: