feat: move to dedicated repo
This commit is contained in:
commit
4a88a5b28d
54 changed files with 1524 additions and 0 deletions
12
tasks/lldpd.yaml
Normal file
12
tasks/lldpd.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
|
||||
# install lldpd
|
||||
- name: "lldpd - installation package"
|
||||
ansible.builtin.apt:
|
||||
name: "lldpd"
|
||||
state: "present"
|
||||
cache_valid_time: "3600"
|
||||
when: 'ansible_os_family == "Debian"'
|
||||
notify: "restart lldpd"
|
||||
tags:
|
||||
- "lldp"
|
||||
Loading…
Add table
Add a link
Reference in a new issue