Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:15:50 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:26:50 +00:00
parent f3e2a6e626
commit ec504d652f
1 changed files with 13 additions and 11 deletions

View File

@ -3,20 +3,20 @@ title: network
type: docs
---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.network) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.network?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.network) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.network/src/branch/master/LICENSE)
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.network) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.network?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.network) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.network/src/branch/master/LICENSE)
Manage linux network configuration.
* [Default Variables](#default-variables)
* [network_defaultif](#network_defaultif)
* [network_disable_ipv6](#network_disable_ipv6)
* [network_dns_server](#network_dns_server)
* [network_fqdn](#network_fqdn)
* [network_hostname](#network_hostname)
* [network_hosts_entries](#network_hosts_entries)
* [network_interfaces](#network_interfaces)
* [network_routes](#network_routes)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [network_defaultif](#network_defaultif)
- [network_disable_ipv6](#network_disable_ipv6)
- [network_dns_server](#network_dns_server)
- [network_fqdn](#network_fqdn)
- [network_hostname](#network_hostname)
- [network_hosts_entries](#network_hosts_entries)
- [network_interfaces](#network_interfaces)
- [network_routes](#network_routes)
- [Dependencies](#dependencies)
---
@ -118,6 +118,8 @@ network_routes:
10.168.0.0/27 via 10.168.0.1 dev eth0
```
## Dependencies
None.