From 8b62e89312c8dac7f547b2d5b67e4b771df2cbd9 Mon Sep 17 00:00:00 2001 From: gitea Date: Tue, 8 Sep 2026 19:54:04 +0200 Subject: [PATCH] Upload files to "/" --- Inventory.ini | 28 ++++++++++++++++++++++++++++ ansible.cfg | 4 ++++ index.html | 14 ++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 Inventory.ini create mode 100644 ansible.cfg create mode 100644 index.html diff --git a/Inventory.ini b/Inventory.ini new file mode 100644 index 0000000..e201762 --- /dev/null +++ b/Inventory.ini @@ -0,0 +1,28 @@ +AloneServer + +[all:vars] +# 'all' is 'top' parent +DNS1=2606:4700:4700::53 +DNS2=2606:4700:4700::54 +DNS3=172.20.0.53 +DNS4=1.1.1.1 + +[VM] +FreeBSD + +[LXC] +ansible.rocky +ansible.suse +ansible.ubuntu + +[Docker] +ansible.debian ansible_host=localhost ansible_port=50022 +ansible.alpine ansible_connection=ssh ansible_user=ansible + +[France] +ansible.alpine +FreeBSD ansible_host=10.11.12.13 + +[France:vars] +timezone='Europe/Paris' +ntp_server=0.fr.pool.ntp.org diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..1c4f76c --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,4 @@ +[defaults] +inventory=./Inventory.ini +bin_ansible_callbacks=True +stdout_callback=community.general.yaml diff --git a/index.html b/index.html new file mode 100644 index 0000000..bf9eab3 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + Cloud de notre formation privée + + + +

Le site Internet de notre formation

+

Notre serveur web est fonctionnel !

+ +