Commit graph

18 commits

Author SHA1 Message Date
Pavel Cahyna
5106cb67e8 doc: corrections from @tyll: among others, use yes/no for bools 2018-03-14 01:39:18 +01:00
Pavel Cahyna
0204786c8a doc: infiniband is a valid connection type as well. 2018-03-09 15:36:46 +01:00
Pavel Cahyna
06eb0ff5d3 doc: document the ethernet specific options. 2018-03-09 15:36:34 +01:00
Pavel Cahyna
7e1b2f0117 doc: document the static routing related options. 2018-03-09 15:36:27 +01:00
Pavel Cahyna
0a7df307d4 doc: add a brief description of the dns and dns_search options
requested in bz1550128.
2018-03-09 15:32:00 +01:00
Pavel Cahyna
0921678f1b correct typo in documentation 2018-03-09 11:28:57 +01:00
Roland Pabel
15a1ca8b7c add macvlan support 2018-02-13 08:23:59 +01:00
Thomas Haller
72f7c8ab4d library: deprecate top-level 'vlan_id' paramter in favour of nested 'vlan'
Like for 'bond' and 'ethernet', don't merge the vlan specific property
in the top-level. Instead, nest them under 'vlan'.

This duplicates and deprecates the existing 'vlan_id', but the old
parameter is still supported.
2018-01-25 11:31:09 +01:00
Dale Sedivec
1df778917e Add firewalld "zone" variable for connections 2017-12-07 14:08:13 -06:00
Pavel Cahyna
e1c5ba55bb doc: change one more forgotten RFC 1918 address to RFC 5737
https://github.com/linux-system-roles/network/pull/11
2017-08-24 17:17:47 +02:00
Pavel Cahyna
6fdf07fff1 doc: use proper reserved IPv4 addresses for documentation, according to RFC 5737
This way one will be able to reliably detect when the example playbook was
forgotten to be upated with correct addresses, as the RFC 5737 addresses are
never used in production (the original RFC 1918 ones often are).

https://github.com/linux-system-roles/network/issues/5
2017-08-24 16:52:49 +02:00
Thomas Haller
3225b3a89d doc: update IPv6 example address in README.md to use 2001:db8 prefix (RFC3849)
https://github.com/linux-system-roles/network/issues/5
2017-07-17 12:06:31 +02:00
Pavel Cahyna
797dd44ef5 doc: use proper reserved MAC addresses for documentation, according to RFC 7042
https://github.com/linux-system-roles/network/issues/5

https://github.com/linux-system-roles/network/pull/6
2017-07-17 12:01:44 +02:00
tabowling
ef581134ab Proposed documentation change. 2017-05-11 18:06:49 -04:00
Thomas Haller
29c7008f61 network: use top-level variables instead of nested "network" variable
The role already supported a default variable ("network_provider") and
host variables ("network_provider_default", "network_service_name",
"network_packages").

Don't use nested variables under "network" like

  network:
    provider:
    ignore_error:
    connections:

instead promote them all to top-level variables like:

  network_provider:
  network_ignore_error:
  network_connections:

This seems more consistent (as we already have multiple top-level
variables), it seems to follow ansible style, and it makes it easier
to overload individual variables via conditional include files.
2017-05-09 13:58:31 +02:00
Thomas Haller
17c581a1cd readme: update documentation 2016-12-07 12:53:12 +01:00
Thomas Haller
8c69f5b851 readme: improve documentation 2016-12-06 16:16:48 +01:00
Thomas Haller
ac35802240 first version 2016-12-05 18:14:20 +01:00