An open API service indexing awesome lists of open source software.

https://github.com/giovtorres/ansible-role-lldpad

Ansible Role - lldpad
https://github.com/giovtorres/ansible-role-lldpad

ansible ansible-role datacenter lldp lldpad network role

Last synced: 3 months ago
JSON representation

Ansible Role - lldpad

Awesome Lists containing this project

README

        

Ansible Role: lldpad
====================

[![Build Status](https://travis-ci.org/giovtorres/ansible-role-lldpad.svg?branch=master)](https://travis-ci.org/giovtorres/ansible-role-lldpad)

Installs the lldpad package, which provides the userspace daemong and
configuration tool for the Link Layer Discover Protocol (LLDP) agent.

Supported and tested on EL6 and EL7.

Requirements
------------

Useful on physical hosts for determining uplink switch/switchport connections.

Role Variables
--------------

Enable LLDP on all active interfaces:

lldpad_active_interfaces: true

Enable LLDP only on selected interfaces:

lldpad_selected_interfaces: []

Dependencies
------------

None.

Example Playbook
----------------

- hosts: servers
vars:
lldpad_active_interfaces: false
lldpad_selected_interfaces:
- eth0
roles:
- giovtorres.lldpad
when: ansible_virtualization_role == "host"

License
-------

BSD