Skip to content

Tag Internet Facing Servers

Go to Automation

View in GitLab

Description

This automation identifies servers that are members of specific F5 pools on external F5 guests and tags them with the LB_External tag in Neon. It retrieves F5 pool information, filters pools based on predefined F5 guests, extracts hostnames, and compares them with active servers in Neon. The playbook ensures that only active servers in the F5 pools are tagged. This helps maintain accurate tagging for security and operational purposes.

Credentials

  • neon_api: API key for Neon.

Input

Variable Description
excluded_pools Pools to exclude from processing.

Output

Variable Description
external_active_servers List of active servers tagged with LB_External.

Dependencies