Install prerequisite software

This commit is contained in:
2025-03-24 22:12:20 -05:00
parent 0d96f08f46
commit beef4e89ed
10 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
- name: Run all tasks necessary to configure matchbox to install the cluster
hosts: matchbox
connection: local
gather_facts: true
tasks:
- name: Clone Git repository
ansible.builtin.git:
repo: "https://github.com/redhatryan/acm-hub-bootstrap.git"
dest: 05-bootstrap-acm
version: main
become: true