Improve certificates role testability
[oom/offline-installer.git] / ansible / roles / certificates / tasks / main.yml
1 ---
2 - name: Generate certs
3   import_tasks: generate-certificates.yml
4   delegate_to: localhost
5
6 - name: Upload certificates to infrastructure server
7   copy:
8     src: "{{ certificates_local_dir }}"
9     directory_mode: true
10     dest: "{{ app_data_path }}/"
11
12 - import_tasks: upload_root_ca.yml