-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
460053d
commit 38804fa
Showing
1,373 changed files
with
29,457 additions
and
5,648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
- name: Sample aaacertparams playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaacertparams | ||
delegate_to: localhost | ||
netscaler.adc.aaacertparams: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
usernamefield: Subject:CN | ||
groupnamefield: Subject:OU | ||
defaultauthenticationgroup: abc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
- name: Sample aaagroup playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaagroup | ||
delegate_to: localhost | ||
netscaler.adc.aaagroup: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
groupname: External |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaagroup_aaauser_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaagroup_aaauser_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaagroup_aaauser_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
groupname: group1 | ||
username: user1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaagroup_auditnslogpolicy_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaagroup_auditnslogpolicy_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaagroup_auditnslogpolicy_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
groupname: aaagrp | ||
policy: ia_nspol1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaagroup_auditsyslogpolicy_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaagroup_auditsyslogpolicy_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaagroup_auditsyslogpolicy_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
groupname: aaagrp | ||
policy: ia_syspol1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
- name: Sample aaagroup_authorizationpolicy_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaagroup_authorizationpolicy_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaagroup_authorizationpolicy_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
groupname: aaagrp1 | ||
policy: ia_authorpol1 | ||
priority: '11' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
- name: Sample aaagroup_intranetip_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaagroup_intranetip_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaagroup_intranetip_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
groupname: group1 | ||
intranetip: 192.168.1.80 | ||
netmask: 255.255.255.240 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaagroup_tmsessionpolicy_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaagroup_tmsessionpolicy_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaagroup_tmsessionpolicy_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
groupname: aaagrp1 | ||
policy: ia_tmsespol1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaagroup_vpnintranetapplication_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaagroup_vpnintranetapplication_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaagroup_vpnintranetapplication_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
groupname: group1 | ||
intranetapplication: intra_app2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
- name: Sample aaagroup_vpnsessionpolicy_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaagroup_vpnsessionpolicy_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaagroup_vpnsessionpolicy_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
groupname: External | ||
policy: External_receiver_session_pol | ||
priority: '110' | ||
gotopriorityexpression: NEXT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaagroup_vpnurl_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaagroup_vpnurl_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaagroup_vpnurl_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
groupname: baluGrp2 | ||
urlname: sp2k7FqdnHttps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaakcdaccount playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaakcdaccount | ||
delegate_to: localhost | ||
netscaler.adc.aaakcdaccount: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
kcdaccount: kcdaccount1 | ||
realmstr: dnpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
- name: Sample aaaldapparams playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaaldapparams | ||
delegate_to: localhost | ||
netscaler.adc.aaaldapparams: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
sectype: PLAINTEXT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
--- | ||
- name: Sample Playbook | ||
hosts: localhost | ||
- name: Sample aaaparameter playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Sample Task | aaaparameter | ||
- name: Configure aaaparameter | ||
delegate_to: localhost | ||
netscaler.adc.aaaparameter: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
maxaaausers: '4294967295' | ||
aaasessionloglevel: DEBUG | ||
aaadloglevel: ALERT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaapreauthenticationaction playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaapreauthenticationaction | ||
delegate_to: localhost | ||
netscaler.adc.aaapreauthenticationaction: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
name: preact | ||
preauthenticationaction: ALLOW |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
- name: Sample aaapreauthenticationpolicy playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaapreauthenticationpolicy | ||
delegate_to: localhost | ||
netscaler.adc.aaapreauthenticationpolicy: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
name: preact | ||
rule: client.os(win8.1) exists || client.os(win8) exists | ||
reqaction: preact |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaaradiusparams playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaaradiusparams | ||
delegate_to: localhost | ||
netscaler.adc.aaaradiusparams: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
serverip: 10.102.25.64 | ||
radkey: test123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaatacacsparams playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaatacacsparams | ||
delegate_to: localhost | ||
netscaler.adc.aaatacacsparams: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
serverip: 10.102.25.65 | ||
tacacssecret: REQ_PASSWORD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
- name: Sample aaauser playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaauser | ||
delegate_to: localhost | ||
netscaler.adc.aaauser: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
username: msiuser1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaauser_auditnslogpolicy_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaauser_auditnslogpolicy_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaauser_auditnslogpolicy_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
username: aaauser | ||
policy: ia_nspol1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaauser_auditsyslogpolicy_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaauser_auditsyslogpolicy_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaauser_auditsyslogpolicy_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
username: aaauser | ||
policy: ia_syspol1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaauser_authorizationpolicy_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaauser_authorizationpolicy_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaauser_authorizationpolicy_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
username: ns | ||
policy: deny_raaga |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
- name: Sample aaauser_intranetip_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaauser_intranetip_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaauser_intranetip_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
username: test | ||
intranetip: 10.102.111.13 | ||
netmask: 255.255.255.255 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
- name: Sample aaauser_tmsessionpolicy_binding playbook | ||
hosts: demo_netscalers | ||
gather_facts: false | ||
tasks: | ||
- name: Configure aaauser_tmsessionpolicy_binding | ||
delegate_to: localhost | ||
netscaler.adc.aaauser_tmsessionpolicy_binding: | ||
nsip: '{{ nsip }}' | ||
nitro_user: '{{ nitro_user }}' | ||
nitro_pass: '{{ nitro_pass }}' | ||
validate_certs: '{{ validate_certs }}' | ||
state: present | ||
username: aaauser1 | ||
policy: ia_tmsespol1 |
Oops, something went wrong.