chore: ansible-lint review (almost done)

This commit is contained in:
Clément Désiles
2026-01-04 11:21:15 +01:00
parent 3e469fa25e
commit c79c445a23
67 changed files with 197 additions and 107 deletions
+31
View File
@@ -0,0 +1,31 @@
# net-config
This role configures a network interface.
## Requirements
None
## Example Playbook
```yaml
- hosts: servers
roles:
- role: net-config
interface:
name: lan0
mac_address: 02:a0:c9:8d:7e:b6
address: 192.168.1.2/24
gateway: 192.168.1.254
nameservers:
- 1.1.1.1
- 8.8.8.8
```
## License
MIT
## Author Information
Jokester <main@jokester.fr>