You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
archlinux-ansible/roles/configure/files/static.nmconnection

14 lines
252 B

[connection]
id=static
uuid=b47e7a95-b345-3725-ac60-1fd4ed350aab
type=ethernet
autoconnect-priority=999
interface-name={{ net_interface }}
[ipv4]
addresses={{ net_ip }}/24
gateway={{ net_gateway }}
dns={{ net_dns }}
dns-search=localhost
method=manual