• AnsibleFest
  • Products
  • Community
  • Webinars & Training
  • Blog
Ansible Logo
Ansible Collections Documentation
Ansible collections

Collections:

  • Collection Index
    • Collections in the Skupper Namespace
      • Skupper.Network
        • Description
        • Plugin Index

Plugin indexes:

  • Index of all Modules

Reference indexes:

  • Index of all Collection Environment Variables
Ansible collections
  • Collection Index
  • Collections in the Skupper Namespace
  • Skupper.Network
  • skupper.network.links module – Update links based on provided links list

skupper.network.links module – Update links based on provided links list

Note

This module is part of the skupper.network collection (version 1.1.0).

To install it, use: ansible-galaxy collection install skupper.network. You need further requirements to be able to use this module, see Requirements for details.

To use it in a playbook, specify: skupper.network.links.

New in skupper.network 1.1.0

  • Synopsis

  • Requirements

  • Examples

Synopsis

  • Updates the links defined by the respective site, based on the links list defined through the host variables.

  • Existing links that cannot be mapped to an inventory host will be deleted.

  • Links with a corresponding token (provided by skupper_token role) or manually through the token property will be created.

  • If a corresponding token cannot be found for a requested link, it will fail.

Note

This module has a corresponding action plugin.

Requirements

The below requirements are needed on the host that executes this module.

  • kubectl if using kubernetes platform

  • podman v4+ if using podman as the site platform

Examples

- name: Updating links
  skupper.network.links:

Collection links

Issue Tracker Homepage Repository (Sources)

Previous Next

© Copyright Ansible contributors.