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