Install prerequisite software
This commit is contained in:
0
10-sno-hub-cluster/05-bootstrap-acm/README.md
Normal file
0
10-sno-hub-cluster/05-bootstrap-acm/README.md
Normal file
13
10-sno-hub-cluster/05-bootstrap-acm/install2.yml
Normal file
13
10-sno-hub-cluster/05-bootstrap-acm/install2.yml
Normal 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
|
||||
Reference in New Issue
Block a user