2022-10-31 13:56:41 +00:00
|
|
|
---
|
|
|
|
- name: scratch testing
|
2022-11-02 00:21:31 +00:00
|
|
|
hosts: localhost
|
2022-11-01 09:13:56 +00:00
|
|
|
gather_facts: true
|
2022-11-02 00:21:31 +00:00
|
|
|
become: false
|
2022-10-31 13:56:41 +00:00
|
|
|
roles:
|
2022-11-02 09:18:55 +00:00
|
|
|
- k8s_storage_deploy
|