mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
continue work on sensor deploy
This commit is contained in:
@ -8,6 +8,12 @@
|
||||
remote_docker_compose_path: "~/tpotce/docker-compose.yml"
|
||||
env_file_path: "~/tpotce/.env"
|
||||
tasks:
|
||||
- name: Ensure the destination directory exists
|
||||
ansible.builtin.file:
|
||||
path: "{{ remote_cert_path | dirname }}"
|
||||
state: directory
|
||||
mode: '770'
|
||||
|
||||
- name: Copy nginx.crt from local to remote host
|
||||
ansible.builtin.copy:
|
||||
src: "{{ local_nginx_cert_path }}"
|
||||
|
Reference in New Issue
Block a user