We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6124b3 commit a694be3Copy full SHA for a694be3
ansible/roles/gateway/README.md
@@ -19,6 +19,7 @@ Note that:
19
an assert will be raised to fail the `ansible-init` service - see logs using
20
`journalctl -xue ansible-init`.
21
22
+See [docs/networks.md](../../../docs/networks.md) for further discussion.
23
24
## Requirements
25
ansible/roles/gateway/files/gateway-init.yml
@@ -42,7 +42,6 @@
42
msg: "gateway_ip={{ gateway_ip }} access_ip={{ access_ip }} gateway_ip_connection={{ gateway_ip_connection }}"
43
44
- name: Error if device has a gateway which is not the desired one
45
- # TODO: document
46
assert:
47
that: item.gateway == gateway_ip
48
fail_msg: "Device {{ item | to_nice_json }} has gateway: cannot apply gateway {{ gateway_ip }}"
0 commit comments