ajout machine Spoutnik, lien vers cluster de test dans readme

This commit is contained in:
adrien 2021-10-16 15:16:41 +02:00
parent 6093ec74f2
commit 76d160f9af
3 changed files with 19 additions and 2 deletions

View File

@ -108,3 +108,7 @@ Host deuxfleurs
Now, to connect, do the following:
ssh deuxfleurs -N
## Test cluster
Configured machines available for testing are listed in the **[`test_cluster` Ansible inventory](./os/config/test_cluster.inventory.yml)**.

View File

@ -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

View File

@ -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