Upload files to "/"
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,4 @@
|
||||
[defaults]
|
||||
inventory=./Inventory.ini
|
||||
bin_ansible_callbacks=True
|
||||
stdout_callback=community.general.yaml
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>Cloud de notre formation privée</title>
|
||||
<style>
|
||||
body { background-color: darkgrey; color: black;}
|
||||
h1 { color: LightGreen }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Le site Internet de notre formation</h1>
|
||||
<p>Notre serveur web est fonctionnel !</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user