This collection contains modules and plugins for Ansible to automate the management of Scaleway infrastructure and services.
You can contact us on our Slack community.
Before using the Scaleway collection, you need to install it with the Ansible Galaxy CLI.
ansible-galaxy collection install scaleway.scaleway
You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml
, using the format:
---
collections:
- name: scaleway.scaleway
Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically if you upgrade the Ansible package. To upgrade the collection to the latest available version, run the following command:
ansible-galaxy collection install scaleway.scaleway --upgrade
You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax:
ansible-galaxy collection install scaleway.scaleway:==1.0.0
GNU General Public License v3.0 or later.
See LICENSE to see the full text.