• Blog
  • Ansible community forum
  • Documentation
Ansible Logo
Ansible Core Documentation
Ansible Core

Ansible getting started

  • Getting started with Ansible

Installation, Upgrade & Configuration

  • Installation Guide
  • Ansible Core Porting Guides

Using Ansible Core

  • Building Ansible inventories
  • Using Ansible command line tools
  • Using Ansible playbooks
  • Protecting sensitive data with Ansible vault
  • Using Ansible modules and plugins
  • Using Ansible collections
  • Using Ansible on Windows, BSD, and z/OS UNIX
  • Ansible tips and tricks

Contributing to Ansible Core

  • Ansible Community Guide
  • ansible-core Contributors Guide
  • Advanced Contributor Guide
  • Ansible documentation style guide

Extending Ansible

  • Developer Guide

Ansible Galaxy

  • Galaxy User Guide
  • Galaxy Developer Guide

Reference & Appendices

  • Collection Index
    • Collections in the Ansible Namespace
      • Ansible.Builtin
        • Description
        • Communication
        • Plugin Index
  • Indexes of all modules and plugins
  • Playbook Keywords
  • Return Values
  • Ansible Configuration Settings
  • Controlling how Ansible behaves: precedence rules
  • YAML Syntax
  • Python 3 Support
  • Interpreter Discovery
  • Releases and maintenance
  • Testing Strategies
  • Sanity Tests
  • Frequently Asked Questions
  • Glossary
  • Ansible Reference: Module Utilities
  • Special Variables
  • Red Hat Ansible Automation Platform
  • Ansible Automation Hub
  • Logging Ansible output

Roadmaps

  • ansible-core Roadmaps
Ansible Core
  • Collection Index
  • Collections in the Ansible Namespace
  • Ansible.Builtin
  • ansible.builtin.urlize filter – Convert URLs in text into clickable links.
  • Edit on GitHub

ansible.builtin.urlize filter – Convert URLs in text into clickable links.

Note

This filter plugin is part of ansible-core and included in all Ansible installations. In most cases, you can use the short plugin name urlize. However, we recommend you use the Fully Qualified Collection Name (FQCN) ansible.builtin.urlize for easy linking to the plugin documentation and to avoid conflicting with other collections that may have the same filter plugin name.

  • Synopsis

Synopsis

  • Convert URLs in text into clickable links.

  • This is the Jinja builtin filter plugin ‘urlize’.

  • See: https://jinja.palletsprojects.com/en/stable/templates/#jinja-filters.urlize

Collection links

  • Issue Tracker
  • Repository (Sources)
  • Communication
Previous Next

© Copyright Ansible project contributors. Last updated on Jun 10, 2026.