acavella / ansible-role-cdp

An Ansible Role to install and configure a simple CDP on Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: CDP

CI GitHub last commit GitHub repo size

An Ansible Role that installs and configures a simple CDP on Linux.

Requirements

N/A

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

# List of http(s) sources to retrieve CRLs from.
cdp_crl_sources: []

# List corresponding names to serve CRLs by.
cdp_crl_names: []

# A fqdn or IP used by the script to validate connectivity via ping.
cdp_source_fqdn: "ca1.example.com"

# The fqdn used by the CDP to server to serve files.
cdp_public_fqdn: "cdp.example.com"

# Directory to save and serve CRL files from.
cdp_www_dir: "/var/www/cdp"

Dependencies

None.

Example Playbook

- hosts: localhost
  roles:
    - { role: ansible_role_cdp }

License

GNU General Public License v3.0

Author Information

This role was created in 2023 by Tony Cavella

About

An Ansible Role to install and configure a simple CDP on Linux.

License:GNU General Public License v3.0


Languages

Language:Shell 89.9%Language:Jinja 10.1%