Skip to content
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

Package netbase required on Debain docker image #61

Open
bob5ec opened this issue Sep 10, 2017 · 3 comments
Open

Package netbase required on Debain docker image #61

bob5ec opened this issue Sep 10, 2017 · 3 comments

Comments

@bob5ec
Copy link

bob5ec commented Sep 10, 2017

When configuring a docker Debain image the following error occures:

RUNNING HANDLER [dresden-weekly.network-interfaces : network all interfaces changed] ***
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Could not find the requested service networking: host"}

Installing the ifupdown packege seems to fix the issue.

@arBmind
Copy link
Member

arBmind commented Sep 10, 2017

This seems odd. Sorry I do not have a Docker Debian image at hand.
What is the preferred way to restart the network interface without the ifupdown package?
Or should we just install it?

@bob5ec
Copy link
Author

bob5ec commented Sep 11, 2017

For me installing it did work. However, I saw some code where you just check that some command line tools are installed. Since I am new to Ansible I am not sure if installing those tools or checking for their existence is the right thing to do.

@arBmind
Copy link
Member

arBmind commented Sep 12, 2017

Ansible is quite simple. If you know what you would do manually on the command line, it is very easy to automate that.
If will leave this open for now. We do not use Debian over here, so it might take a while until someone finds a good fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants