/community.scaleway

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Scaleway Community Collection

WORK IN PROGRESS, DO NOT USE !!

This collection contains modules and plugins for Ansible to automate the management of Scaleway Secret Management

Reach us

You can contact us on our Slack community.

Included content

  • Inventory
    • quantumsheep.scaleway.scaleway: dynamic inventory plugin for Scaleway's Instances, Elastic Metal and Apple Sillicon

Using this collection

Installing the collection

Before using the Scaleway collection, you need to install it with the Ansible Galaxy CLI.

ansible-galaxy collection install fsodogandji.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: fsodogandji.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 fsodogandji.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 fsodogandji.scaleway:==0.1.0

Useful links

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.