aboutsummaryrefslogtreecommitdiff
path: root/os/config
diff options
context:
space:
mode:
authoradrien <adrien@luxeylab.net>2021-10-16 15:16:41 +0200
committeradrien <adrien@luxeylab.net>2021-11-06 19:39:06 +0100
commit76d160f9afd68aa76de2aadf024e743110938ca5 (patch)
treedd90f0b533baa1e24dcd3611de1a6ab9b5cdc532 /os/config
parent6093ec74f2f48e8b536530bd8d9c2ecec30fe546 (diff)
downloadinfrastructure-machine/spoutnik.tar.gz
infrastructure-machine/spoutnik.zip
ajout machine Spoutnik, lien vers cluster de test dans readmemachine/spoutnik
Diffstat (limited to 'os/config')
-rw-r--r--os/config/roles/common/tasks/main.yml4
-rw-r--r--os/config/test_cluster.inventory.yml13
2 files changed, 15 insertions, 2 deletions
diff --git a/os/config/roles/common/tasks/main.yml b/os/config/roles/common/tasks/main.yml
index 1039b1e..7b96d28 100644
--- a/os/config/roles/common/tasks/main.yml
+++ b/os/config/roles/common/tasks/main.yml
@@ -28,14 +28,14 @@
- bmon
- iftop
- iotop
- - docker.io
+ # - docker.io # The bad way of installing Docker
- locales
- unzip
- tar
- tcpdump
- less
- parted
- - btrfs-tools
+ # - btrfs-tools # not in Debian 11
- libnss-resolve
- net-tools
- strace
diff --git a/os/config/test_cluster.inventory.yml b/os/config/test_cluster.inventory.yml
new file mode 100644
index 0000000..24af6c1
--- /dev/null
+++ b/os/config/test_cluster.inventory.yml
@@ -0,0 +1,13 @@
+cluster_nodes:
+ hosts:
+ spoutnik:
+ ansible_host: spoutnik.machine.deuxfleurs.fr
+ ansible_port: 220
+ ansible_become: true
+ ipv4: 192.168.0.40
+ gatewayv4: 192.168.0.1
+ interface: enp0s25
+ dns_1: 192.168.0.50
+ dns_2: 212.27.40.241
+ ansible_python_interpreter: python3
+ contact_name: ADRN \ No newline at end of file