Commit graph

10 commits

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