aa3a6c489e
We would like to make sure OSH charts work with K8s clusters managed by third party tools not only with the K8s cluster deployed by OSH deploy-env role Depends-On: I4ffc6653070dbbc6f0766b278acf0ebe2b4ae1e1 Depends-On: I92c73606ed9b9161f39ea1971b3a7db7593982ff Change-Id: If9bd4720bea951a56cfd6d4f80be37bd17bcb149
6 lines
75 B
YAML
6 lines
75 B
YAML
- hosts: all
|
|
become: true
|
|
gather_facts: true
|
|
roles:
|
|
- deploy-env
|