1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_wm.git synced 2024-08-16 10:29:51 +02:00
Find a file
2024-08-12 21:06:16 +02:00
.github Improve ansible collection meta data 2024-07-27 16:42:39 +02:00
meta Improve ansible collection meta data 2024-07-27 16:42:39 +02:00
roles Bump roles/sway from baa0498 to 0b2f336 2024-08-12 06:40:59 +00:00
.gitmodules Adding git submodules 2024-07-27 16:44:53 +02:00
.yamllint Improve linting 2024-07-27 17:07:29 +02:00
changelog Improve ansible collection meta data 2024-07-27 16:42:39 +02:00
CHANGELOG.md Improve ansible collection meta data 2024-07-27 16:42:39 +02:00
CHANGELOG.rst Improve ansible collection meta data 2024-07-27 16:42:39 +02:00
galaxy.yml Create pipewire and screenshare options in sway 2024-07-31 22:39:33 +02:00
LICENSE Improve ansible collection meta data 2024-07-27 16:42:39 +02:00
README.md Create pipewire and screenshare options in sway 2024-07-31 22:39:33 +02:00
requirements.yml Improve ansible collection meta data 2024-07-27 16:42:39 +02:00

collection l3d.wm Maintainance License

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"