Skip to content

Commit

Permalink
Merge pull request #9 from roles-ansible/t
Browse files Browse the repository at this point in the history
Create role librewolf
  • Loading branch information
DO1JLR authored Sep 18, 2024
2 parents 80748f9 + 6592633 commit 83edc69
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "roles/resolvconf"]
path = roles/resolvconf
url = https://github.com/roles-ansible/ansible_role_resolvconf.git
[submodule "roles/librewolf"]
path = roles/librewolf
url = https://github.com/roles-ansible/ansible_role_librewolf.git
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ This is the Ansible Collection ``l3d.linux``. A collection to to common linux ta
## Ansible Roles in l3d.linux
- [![l3d.linux.packages](https://ansible.l3d.space/svg/l3d.linux.packages_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_packages.git) - Ansible role to install some base packages on your linux systems
- [![l3d.linux.resolvconf](https://ansible.l3d.space/svg/l3d.linux.resolvconf_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_resolvconf.git) - Ansible role to manage the ``/etc/resolv.conf`` file.
- [![l3d.linux.librewolf](https://ansible.l3d.space/svg/l3d.linux.librewolf_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_resolvconf.git) - Ansible role to install librewolf.

## Using this Collection
You can install the collection using ansible-galaxy by running:
```bash
ansible-galaxy collection install l3d.linux:1.1.5
ansible-galaxy collection install l3d.linux:1.1.6
```

Remember you can to Upgrade to the latest version of the l3d.linux collection using the ``--upgrade`` parameter:
Expand Down Expand Up @@ -43,7 +44,7 @@ You can also list a collection in ``requirements.yml``:
---
collections:
- name: l3d.linux
version: ">=1.1.5"
version: ">=1.1.6"
```
## Include roles in your playbook
Expand Down
4 changes: 3 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: l3d
name: linux

# The version of the collection. Must be compatible with semantic versioning
version: 1.1.5
version: 1.1.6

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand All @@ -34,6 +34,8 @@ license:
tags:
- packages
- resolveconf
- librewolf
- browser
- linux

# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
Expand Down
1 change: 1 addition & 0 deletions roles/librewolf
Submodule librewolf added at ca36ff

0 comments on commit 83edc69

Please sign in to comment.