mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Add a Scaleway IP module (#45121)
- Add an option to enable public ip at server creation
This commit is contained in:
parent
03d8fa05b6
commit
6d7004f367
6 changed files with 710 additions and 0 deletions
|
@ -116,6 +116,9 @@ class Scaleway(object):
|
|||
def update(self, path, data=None, headers=None):
|
||||
return self.send("UPDATE", path, data, headers)
|
||||
|
||||
def warn(self, x):
|
||||
self.module.warn(str(x))
|
||||
|
||||
|
||||
SCALEWAY_LOCATION = {
|
||||
'par1': {'name': 'Paris 1', 'country': 'FR', "api_endpoint": 'https://cp-par1.scaleway.com'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue