Skip to content

Instantly share code, notes, and snippets.

@hash-d
Last active November 21, 2025 14:24
Show Gist options
  • Select an option

  • Save hash-d/7bec42fcae617be3ca924023d1895a95 to your computer and use it in GitHub Desktop.

Select an option

Save hash-d/7bec42fcae617be3ca924023d1895a95 to your computer and use it in GitHub Desktop.
Test for skupper-ansible #84
/collections/ansible_collections/*/*
---
# Test for skupper-ansible #84
- name: Install controller
hosts: all
gather_facts: no
tasks:
- name: Install the controller
skupper.v2.controller:
action: install
---
collections:
- name: https://github.com/fgiorgetti/skupper-ansible.git
version: issue-run-command
type: git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment