Skip to content

edit_EDL

Go to Automation

View in GitLab

Description

Normalize and append URL entries into EDL files in the Palo Alto git repository. The playbook clones/updates the paloalto repo, normalizes input URLs (strip www., ensure trailing slash and wildcard variants), appends them to the selected EDL file optionally annotated with a task number, commits and pushes the change.

Credentials

  • gitlab_pubkey / gitlab_privkey

Input

Variable Description
url Comma-separated list of URLs or hosts to add to the EDL
file_name Target EDL filename (passed as a list/variable; the playbook uses file_name[0])
taak_nummer Task number to add as a trailing comment on each line (optional)
gitlab_pubkey, gitlab_privkey SSH keys used to clone/push the Palo Alto repository

Output

  • Updated EDL file under EDL/<file_name> with normalized URL entries and optional task number comments.
  • A git commit and push to the paloalto repository when changes were made.

Dependencies