You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@ Role Variables
14
14
15
15
### Required Variables
16
16
17
-
`controller.fqdn` - FQDN of the NGINX Controller instance
17
+
`nginx_controller_fqdn` - FQDN of the NGINX Controller instance
18
18
19
-
`api_key` - The API key used to authenticate to NGINX Controller.
19
+
`nginx_controller_api_key` - The API key used to authenticate to NGINX Controller.
20
20
21
21
### Optional Variables
22
22
23
-
`controller_hostname` - The name of the NGINX instance as reflected in NGINX Controller. Must be unique per instance.
23
+
`nginx_controller_hostname` - The name of the NGINX instance as reflected in NGINX Controller. Must be unique per instance. (currently redundant with nginx_controller_instance_name)
24
24
25
-
`location` - The location in NGINX Controller this instance will be automatically added to. Otherwise the location will be 'unspecified' in NGINX Controller.
25
+
`nginx_controller_location` - The location in NGINX Controller this instance will be automatically added to. Otherwise the location will be 'unspecified' in NGINX Controller.
26
26
27
-
`instance_name` - The name of the instance as reflected in Controller. Must be unique per instance (currently redundant with controller_hostname).
27
+
`nginx_controller_instance_name` - The name of the instance as reflected in Controller. Must be unique per instance.
28
28
29
29
Dependencies
30
30
------------
@@ -38,11 +38,10 @@ To use this role you can create a playbook such as the following:
#controller.fqdn: # FQDN of the NGINX Controller instance
5
-
#api_key: "" # The API key used to authenticate to NGINX Controller
4
+
#nginx_controller_fqdn: # FQDN of the NGINX Controller instance
5
+
#nginx_controller_api_key: "" # The API key used to authenticate to NGINX Controller
6
6
7
7
## All the below variables are OPTIONAL
8
8
9
-
#controller_hostname: "" # The name of the instance as reflected in NGINX Controller. Must be unique.
10
-
#location: # The location in NGINX Controller this instance will be automatically added to. Otherwise the location will be 'unspecified'.
11
-
#instance_name: # The name of the instance as reflected in Controller. Must be unique (redundant with controller_hostname).
9
+
#nginx_controller_hostname: "" # The name of the instance as reflected in NGINX Controller. Must be unique.
10
+
#nginx_controller_location: # The location in NGINX Controller this instance will be automatically added to. Otherwise the location will be 'unspecified'.
11
+
#nginx_controller_instance_name: # The name of the instance as reflected in Controller. Must be unique (redundant with controller_hostname).
0 commit comments