metrics-for-apps: copy kubeadmin authentication files
to the os-control01 host Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
3e0e15c349
commit
4abc799fa1
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
|||
src: "/srv/web/infra/bigfiles/openshiftboot/ocp-treeinfo.j2"
|
||||
dest: "/var/www/html/rhcos/.treeinfo"
|
||||
mode: 0644
|
||||
- name: == OCP KVM provisioning == Copy kubeadmin config files to bastion
|
||||
copy:
|
||||
src: "/srv/web/infra/bigfiles/openshiftboot/auth/"
|
||||
dest: "/root/ocp4/"
|
||||
- name: == OCP KVM provisioning == Downloading RHCOS deploy files
|
||||
get_url:
|
||||
dest: /var/www/html/rhcos/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue