Commit graph

7 commits

Author SHA1 Message Date
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