Skip to content

Commit

Permalink
Improve readme exampel
Browse files Browse the repository at this point in the history
  • Loading branch information
Aethylred committed Jun 21, 2024
1 parent 54fdd37 commit acd8b4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,12 +477,15 @@ interfaces_ether_interfaces:
- device: lo
type: loopback
# Setting bootproto to dhcp is required to set `method=auto` in the nmconnect file
# This replicates `ip route add local 0.0.0.0/0 dev lo table 100"`
bootproto: dhcp
route:
- table: marktable
device: lo
network: 0.0.0.0
netmask: 0
options:
type: local
```
Example Playbook
Expand Down

0 comments on commit acd8b4f

Please sign in to comment.