mirror of
https://github.com/roles-ansible/ansible_collection_wm.git
synced 2024-08-16 10:29:51 +02:00
|
|
||
|---|---|---|
| .github | ||
| meta | ||
| roles | ||
| .gitmodules | ||
| .yamllint | ||
| changelog | ||
| CHANGELOG.md | ||
| CHANGELOG.rst | ||
| galaxy.yml | ||
| LICENSE | ||
| README.md | ||
| requirements.yml | ||
Ansible Collection l3d.wm
Ansible Collection for window manager like i3 and sway
Ansible Roles:
- l3d.wm.i3
- l3d.wm.sway
Using this Collection
You can install the collection using ansible-galaxy by running:
ansible-galaxy collection install l3d.wm:1.0.2
Remember you can to Upgrade to the latest version of the l3d.wm collection using the --upgrade parameter:
ansible-galaxy collection install l3d.wm --upgrade
Or you could clone this collection in your local ansible project for example to collections/ansible_collections/l3d/wm/.
# Clone git Repo to specified path
git clone https://github.com/roles-ansible/ansible_collection_wm.git collections/ansible_collections/l3d/wm/
# change directory
cd collections/ansible_collections/l3d/wm/
---
collections:
- name: l3d.wm
version: ">=1.0.2"