fsodogandji / ansible-scaleway

Ansible Collection for Scaleway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaleway Community Collection

This collection contains modules and plugins for Ansible to automate the management of Scaleway infrastructure and services.

Reach us

You can contact us on our Slack community.

Included content

  • Inventory
    • scaleway.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 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

Useful links

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

About

Ansible Collection for Scaleway

License:GNU General Public License v3.0


Languages

Language:Python 100.0%