This collection contains roles for configuring Arch Linux specific software.
The content of this collection is made by people like you, a community of individuals collaborating on making the world better through developing automation software.
We are actively accepting new contributors.
Any kind of contribution is very welcome.
If you would like to contribute please read the information in the CONTRIBUTING file.
The final say regarding the direction of this collection remains with me, the owner of the repository, dandyrow. That being said I am open to discussions regarding new features of the collection.
TBT = to be tested :)
The stow module found within this collection relies on the GNU stow utility being installed. Specifically it has been tested with version 2.3.1. This collection contains a role which will allow you to install the stow module.
Content included within this collection can be found within the documentation.
Before using this collection, you need to install it with the Ansible Galaxy command-line tool:
ansible-galaxy collection install dandyrow.archlinux
You can also include it in a requirements.yml
file and install it with ansible-galaxy collection install -r requirements.yml
, using the format:
---
collections:
- name: dandyrow.archlinux
Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the ansible
package. To upgrade the collection to the latest available version, run the following command:
ansible-galaxy collection install dandyrow.archlinux --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 to install version 1.0.0
:
ansible-galaxy collection install dandyrow.archlinux:==1.0.0
See Ansible Using collections for more details.
Documentation on using the contents of this collection can be found on the collection's docsite.
See the release notes on the GitHub releases page.
- dandyrow.archlinux Collection Documentation
- Collection's Ansible Galaxy Page
- Ansible Collection overview
- Ansible User guide
- Ansible Developer guide
- The Bullhorn (the Ansible Contributor newsletter)
- News for Maintainers
GNU General Public License v3.0 or later.
See LICENSE to see the full text.