mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Add a Scaleway load-balancer module (#51741)
This commit is contained in:
committed by
John R Barker
parent
9dbb551528
commit
accbcdeccb
@@ -167,3 +167,15 @@ SCALEWAY_LOCATION = {
|
||||
'ams1': {'name': 'Amsterdam 1', 'country': 'NL', "api_endpoint": 'https://cp-ams1.scaleway.com'},
|
||||
'EMEA-NL-EVS': {'name': 'Amsterdam 1', 'country': 'NL', "api_endpoint": 'https://cp-ams1.scaleway.com'}
|
||||
}
|
||||
|
||||
SCALEWAY_ENDPOINT = "https://api-world.scaleway.com"
|
||||
|
||||
SCALEWAY_REGIONS = [
|
||||
"fr-par",
|
||||
"nl-ams",
|
||||
]
|
||||
|
||||
SCALEWAY_ZONES = [
|
||||
"fr-par-1",
|
||||
"nl-ams-1",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user