Adding avahi_client
This commit is contained in:
parent
6e24e5f91f
commit
a4a7eb1a67
2 changed files with 28 additions and 0 deletions
12
README.md
12
README.md
|
@ -1 +1,13 @@
|
||||||
Website ansible.l3d.space
|
Website ansible.l3d.space
|
||||||
|
|
||||||
|
## Venv
|
||||||
|
```
|
||||||
|
# Install Venv
|
||||||
|
python3 -m venv lektor
|
||||||
|
|
||||||
|
# Enable Source
|
||||||
|
source lektor/bin/activate
|
||||||
|
|
||||||
|
# Install lektor
|
||||||
|
sudo make install
|
||||||
|
```
|
||||||
|
|
|
@ -282,6 +282,22 @@ galaxy_url: https://galaxy.ansible.com/do1jlr/resolvconf
|
||||||
maintainance: poor
|
maintainance: poor
|
||||||
----
|
----
|
||||||
license: MIT
|
license: MIT
|
||||||
|
#### table ####
|
||||||
|
name: avahi_client
|
||||||
|
----
|
||||||
|
gitrepo: https://github.com/roles-ansible/ansible_role_avahi_client.git
|
||||||
|
----
|
||||||
|
gitearepo: https://backwesen.de/ansible/ansible_role_avahi_client.git
|
||||||
|
----
|
||||||
|
no_galaxy: true
|
||||||
|
----
|
||||||
|
galaxy_name: l3d.avahi_client
|
||||||
|
----
|
||||||
|
galaxy_url: https://galaxy.ansible.com/l3d/avahi_client
|
||||||
|
----
|
||||||
|
maintainance: true
|
||||||
|
----
|
||||||
|
license: MIT
|
||||||
---
|
---
|
||||||
tabletitle: List of my ansible roles
|
tabletitle: List of my ansible roles
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue