/ansible-collection-stow

Ansible collection to install and use GNU `stow`.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Ansible Collection - eengstrom.stow

Ansible collection with roles to install and modules to use GNU stow.

Usage

Install this collection locally:

ansible-galaxy collection install eengstrom.stow -p ./collections

Then you can use the role from the collection in your playbooks:

---
- hosts: all

  collections:
    - eengstrom.stow

  roles:
    - stow

Documentation

Full documentation for GNU stow.

Testing

TBD

Acknowledgements

The stow module was originally written by (and imported directly from) Caian Rais Ertl's ansible-stow.