2022-07-19 11:44:55 +02:00
|
|
|
---
|
2022-07-21 18:27:55 +02:00
|
|
|
ansible_host: "bismuth.lan"
|
|
|
|
|
|
|
|
## Users
|
2022-07-19 11:44:55 +02:00
|
|
|
users:
|
2022-07-21 21:02:19 +02:00
|
|
|
g33kex: sudo
|
|
|
|
antoine: sudo
|
|
|
|
|
|
|
|
## Network
|
|
|
|
interfaces:
|
|
|
|
eth0:
|
|
|
|
type: dhcp
|
|
|
|
|
|
|
|
ipv4_forwarding: false
|
|
|
|
ipv6_forwarding: false
|