Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
update GALAXY_PLATFORMS dictionary (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Sorin Sbarnea <[email protected]>
  • Loading branch information
ziegenberg and ssbarnea authored Dec 21, 2021
1 parent 99cc634 commit 3178d3f
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 6 deletions.
25 changes: 25 additions & 0 deletions f/ansible-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,11 @@
"11.1",
"11.2",
"11.3",
"11.4",
"12.0",
"12.1",
"12.2",
"13.0",
"8.0",
"8.1",
"8.2",
Expand Down Expand Up @@ -935,6 +938,9 @@
"6.5",
"6.6",
"6.7",
"6.8",
"6.9",
"7.0",
"all"
],
"title": "OpenBSDPlatformVersionsEnum"
Expand Down Expand Up @@ -998,7 +1004,14 @@
"11SP4",
"12",
"12SP1",
"12SP2",
"12SP3",
"12SP4",
"12SP5",
"15",
"15SP1",
"15SP2",
"15SP3",
"all"
],
"title": "SLESPlatformVersionsEnum"
Expand Down Expand Up @@ -1054,6 +1067,7 @@
"11.1",
"11.2",
"11.3",
"11.4",
"all"
],
"title": "SolarisPlatformVersionsEnum"
Expand All @@ -1079,6 +1093,10 @@
"SynologyPlatformVersionsEnum": {
"description": "An enumeration.",
"enum": [
"6.0",
"6.1",
"6.2",
"7.0",
"all"
],
"title": "SynologyPlatformVersionsEnum"
Expand Down Expand Up @@ -1143,6 +1161,7 @@
"groovy",
"hirsute",
"impish",
"jammy",
"lucid",
"maverick",
"natty",
Expand Down Expand Up @@ -1215,6 +1234,7 @@
"2012R2",
"2016",
"2019",
"2022",
"all"
],
"title": "WindowsPlatformVersionsEnum"
Expand Down Expand Up @@ -1291,7 +1311,10 @@
"description": "An enumeration.",
"enum": [
"Big-Sur",
"Catalina",
"High-Sierra",
"Mojave",
"Monterey",
"Sierra",
"all"
],
Expand Down Expand Up @@ -1384,6 +1407,7 @@
"6.0",
"6.5",
"6.7",
"7.0",
"all"
],
"title": "vCenterPlatformVersionsEnum"
Expand Down Expand Up @@ -1413,6 +1437,7 @@
"6.0",
"6.5",
"6.7",
"7.0",
"all"
],
"title": "vSpherePlatformVersionsEnum"
Expand Down
35 changes: 29 additions & 6 deletions src/ansibleschemas/_galaxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@
'11.1',
'11.2',
'11.3',
'11.4',
'12.0',
'12.1',
'12.2',
'13.0',
'8.0',
'8.1',
'8.2',
Expand All @@ -90,7 +93,7 @@
'HardenedBSD': ['10', '11'],
'IOS': [],
'Junos': [],
'macOS': ['Big-Sur', 'High-Sierra', 'Sierra'],
'macOS': ['Big-Sur', 'Catalina', 'High-Sierra', 'Mojave', 'Monterey', 'Sierra'],
'MacOSX': [
'10.10',
'10.11',
Expand All @@ -116,6 +119,9 @@
'6.5',
'6.6',
'6.7',
'6.8',
'6.9',
'7.0',
],
'opensuse': [
'12.1',
Expand Down Expand Up @@ -143,11 +149,18 @@
'11SP4',
'12',
'12SP1',
'12SP2',
'12SP3',
'12SP4',
'12SP5',
'15',
'15SP1',
'15SP2',
'15SP3',
],
'SmartOS': [],
'Solaris': ['10', '11.0', '11.1', '11.2', '11.3'],
'Synology': [],
'Solaris': ['10', '11.0', '11.1', '11.2', '11.3', '11.4'],
'Synology': ['6.0', '6.1', '6.2', '7.0'],
'TMOS': ['12.1', '13.0', '13.1', '14.0'],
'Ubuntu': [
'artful',
Expand All @@ -160,6 +173,7 @@
'groovy',
'hirsute',
'impish',
'jammy',
'lucid',
'maverick',
'natty',
Expand All @@ -176,8 +190,17 @@
'yakkety',
'zesty',
],
'vCenter': ['5.5', '6.0', '6.5', '6.7'],
'vCenter': ['5.5', '6.0', '6.5', '6.7', '7.0'],
'Void Linux': [],
'vSphere': ['5.5', '6.0', '6.5', '6.7'],
'Windows': ['2008R2', '2008x64', '2008x86', '2012', '2012R2', '2016', '2019'],
'vSphere': ['5.5', '6.0', '6.5', '6.7', '7.0'],
'Windows': [
'2008R2',
'2008x64',
'2008x86',
'2012',
'2012R2',
'2016',
'2019',
'2022',
],
}

0 comments on commit 3178d3f

Please sign in to comment.