We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add to ansible step that will set static IP in raspbian.
On raspbian we can set static IP with dhcpcd
dhcpcd
interface eth0 static ip_address=192.168.220.38/24 static routers=192.168.220.1
So we need to create a configuration file that will be then copied to /etc/dhcpcd.conf and then the dhcpcd service will be restarted.
/etc/dhcpcd.conf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add to ansible step that will set static IP in raspbian.
On raspbian we can set static IP with
dhcpcd
So we need to create a configuration file that will be then copied to
/etc/dhcpcd.conf
and then thedhcpcd
service will be restarted.The text was updated successfully, but these errors were encountered: