Update
This commit is contained in:
@@ -38,6 +38,8 @@ jobs:
|
||||
apt-get update && apt-get install -y python3 python3-pip openssh-client bash git
|
||||
pip3 install --upgrade pip
|
||||
pip3 install ansible
|
||||
ansible-galaxy collection install community.docker
|
||||
|
||||
|
||||
- name: Setup SSH
|
||||
shell: bash
|
||||
|
||||
@@ -27,8 +27,7 @@
|
||||
state: present
|
||||
|
||||
- name: Start monitoring stack
|
||||
docker_container:
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ monitor_dir }}"
|
||||
project_name: monitoring
|
||||
state: present
|
||||
restarted: true
|
||||
|
||||
Reference in New Issue
Block a user