mirror of
https://github.com/BreizhHardware/cours-ISEN-MD.git
synced 2026-01-18 16:47:24 +01:00
362 B
362 B
#CIPA4 #CloudComputing #DP #Ansible #TP
TP 3
ssh root@135.125.246.84
mdp : moutarde42
Step2
---
- hosts: demo
gather_facts: yes
tasks:
- name: Install the git package
apt:
name: git
state: present
- name: Clone my flask application
git:
repo: 'https://github.com/arnaudmorin/demo-flask.git'
dest: /root/demo-flask