46 lines
559 B
Markdown
46 lines
559 B
Markdown
Role Name
|
|
=========
|
|
|
|
Create container on scaleaway cloud
|
|
|
|
Requirements
|
|
------------
|
|
|
|
None
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
container_name:
|
|
scw_api_secret_key:
|
|
scw_api_default_project_id:
|
|
|
|
scw_type: DEV1-S
|
|
scw_image: 26e4c50e-91d6-41a5-8898-9e40920e819d
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
None
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
```yaml
|
|
---
|
|
- hosts: localhost
|
|
roles:
|
|
- tco.scw_container
|
|
```
|
|
|
|
License
|
|
-------
|
|
|
|
BSD
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
|
|
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
|