Update collections
This commit is contained in:
parent
0726aff2e0
commit
f62fe0b7f5
1 changed files with 47 additions and 0 deletions
|
@ -442,6 +442,22 @@ galaxy_url: https://galaxy.ansible.com/ui/standalone/roles/roles-ansible/forgejo
|
||||||
maintainance: true
|
maintainance: true
|
||||||
----
|
----
|
||||||
license: MIT
|
license: MIT
|
||||||
|
#### table ####
|
||||||
|
name: sway
|
||||||
|
----
|
||||||
|
gitrepo: https://github.com/roles-ansible/ansible_role_sway.git
|
||||||
|
----
|
||||||
|
gitearepo: https://git.l3d.ch/ansible/ansible_role_sway.git
|
||||||
|
----
|
||||||
|
no_galaxy: true
|
||||||
|
----
|
||||||
|
galaxy_name: roles-ansible.sway
|
||||||
|
----
|
||||||
|
galaxy_url: https://galaxy.ansible.com/ui/standalone/roles/roles-ansible/sway/
|
||||||
|
----
|
||||||
|
maintainance: true
|
||||||
|
----
|
||||||
|
license: MIT
|
||||||
---
|
---
|
||||||
tabletitle: List of my ansible roles
|
tabletitle: List of my ansible roles
|
||||||
---
|
---
|
||||||
|
@ -597,3 +613,34 @@ name: Dotfiles
|
||||||
role_name: l3d.users.dotfiles
|
role_name: l3d.users.dotfiles
|
||||||
-----
|
-----
|
||||||
galaxy_name: l3d.users.dotfiles
|
galaxy_name: l3d.users.dotfiles
|
||||||
|
#### collections ####
|
||||||
|
name: Ansible Windows Manager Collection
|
||||||
|
----
|
||||||
|
gitrepo: https://github.com/roles-ansible/ansible_collection_wm
|
||||||
|
----
|
||||||
|
gitearepo: https://git.l3d.ch/ansible/ansible_collection_wm
|
||||||
|
----
|
||||||
|
no_galaxy: true
|
||||||
|
----
|
||||||
|
galaxy_name: l3d.wm
|
||||||
|
----
|
||||||
|
galaxy_url: https://galaxy.ansible.com/ui/repo/published/l3d/wm
|
||||||
|
----
|
||||||
|
maintainance: true
|
||||||
|
----
|
||||||
|
license: MIT
|
||||||
|
----
|
||||||
|
roles:
|
||||||
|
|
||||||
|
##### single #####
|
||||||
|
name: sway
|
||||||
|
-----
|
||||||
|
role_name: roles-ansible.sway
|
||||||
|
-----
|
||||||
|
galaxy_name: l3d.wm.sway
|
||||||
|
##### single #####
|
||||||
|
name: i3wm
|
||||||
|
-----
|
||||||
|
role_name: roles-ansible.i3wm
|
||||||
|
-----
|
||||||
|
galaxy_name: l3d.wm.i3
|
||||||
|
|
Loading…
Reference in a new issue