From 87dc624e2f142e88b48f5bdadc99c61a9b7dfcc3 Mon Sep 17 00:00:00 2001 From: yohann Date: Wed, 26 May 2021 17:54:21 +0200 Subject: [PATCH] update project --- playbook-example.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 playbook-example.yaml diff --git a/playbook-example.yaml b/playbook-example.yaml new file mode 100644 index 0000000..b5e1017 --- /dev/null +++ b/playbook-example.yaml @@ -0,0 +1,11 @@ +- name: Server Install + hosts: "localhost" + + ### Pour eviter les problème de timeout sur le server lors d'installation de key + ### Config à ajouter en début de playbook + var: + proxy: "http://proxy.univ-lyon1.fr:3128/" + environment: + http_proxy: "{{proxy}}" + https_proxy: "{{proxy}}" + APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE: DontWarn \ No newline at end of file