Skip to content

Commit

Permalink
schema variables as3 for tf and ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Dec 1, 2023
1 parent ff13ec4 commit 2ca522e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion big-ip/ansible/configuration/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ state: 'present'

# Remove AS3 application tenants; NOT common
action: 'deploy'
#action: 'delete'
#action: 'delete'

# AS3 Version Schema
as3_version: '3.47.0'
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"persist": true,
"declaration": {
"class": "ADC",
"schemaVersion": "3.43.0",
"schemaVersion": "{{ as3_version }}",
"id": "BIG-IP-Common-Tenant",
"Common": {
"class": "Tenant",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"persist": true,
"declaration": {
"class": "ADC",
"schemaVersion": "3.43.0",
"schemaVersion": "${as3-version}",
"id": "bigipCalalangNetAS3",
"bigipCalalangNet": {
"class": "Tenant",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"persist": true,
"declaration": {
"class": "ADC",
"schemaVersion": "3.47.0",
"schemaVersion": "${as3-version}",
"id": "listCalalangNetAS3",
"listCalalangNet": {
"class": "Tenant",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"persist": true,
"declaration": {
"class": "ADC",
"schemaVersion": "3.43.0",
"schemaVersion": "${as3-version}",
"id": "serviceDiscovery",
"serviceDiscovery": {
"class": "Tenant",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"persist": true,
"declaration": {
"class": "ADC",
"schemaVersion": "3.43.0",
"schemaVersion": "${as3-version}",
"id": "bigipCalalangNetWIP",
"bigipCalalangNetWIP": {
"class": "Tenant",
Expand Down

0 comments on commit 2ca522e

Please sign in to comment.