1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_wm.git synced 2024-08-16 10:29:51 +02:00
ansible_collection_wm/README.md

41 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2024-07-27 16:42:39 +02:00
[![collection l3d.wm](https://ansible.l3d.space/svg/l3d.wm_ansible-collection_collection.svg)](https://galaxy.ansible.com/ui/repo/published/l3d/wm/)
[![Maintainance](https://ansible.l3d.space/svg/l3d.wm_maintainance_collection.svg)](https://ansible.l3d.space/#l3d.wm)
[![License](https://ansible.l3d.space/svg/l3d.wm_license_collection.svg)](LICENSE)
Ansible Collection l3d.wm
===============================
2024-07-27 13:52:35 +02:00
Ansible Collection for window manager like i3 and sway
2024-07-27 16:42:39 +02:00
Ansible Roles:
-----------------
+ l3d.wm.i3
+ l3d.wm.sway
## Using this Collection
You can install the collection using ansible-galaxy by running:
```bash
ansible-galaxy collection install l3d.wm:1.0.2
2024-07-27 16:42:39 +02:00
```
Remember you can to Upgrade to the latest version of the l3d.wm collection using the ``--upgrade`` parameter:
```bash
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/
```
```yaml
---
collections:
- name: l3d.wm
version: ">=1.0.2"
2024-07-27 16:42:39 +02:00
```