ajout machine Spoutnik, lien vers cluster de test dans readme
This commit is contained in:
parent
6093ec74f2
commit
76d160f9af
3 changed files with 19 additions and 2 deletions
|
@ -108,3 +108,7 @@ Host deuxfleurs
|
||||||
Now, to connect, do the following:
|
Now, to connect, do the following:
|
||||||
|
|
||||||
ssh deuxfleurs -N
|
ssh deuxfleurs -N
|
||||||
|
|
||||||
|
## Test cluster
|
||||||
|
|
||||||
|
Configured machines available for testing are listed in the **[`test_cluster` Ansible inventory](./os/config/test_cluster.inventory.yml)**.
|
|
@ -28,14 +28,14 @@
|
||||||
- bmon
|
- bmon
|
||||||
- iftop
|
- iftop
|
||||||
- iotop
|
- iotop
|
||||||
- docker.io
|
# - docker.io # The bad way of installing Docker
|
||||||
- locales
|
- locales
|
||||||
- unzip
|
- unzip
|
||||||
- tar
|
- tar
|
||||||
- tcpdump
|
- tcpdump
|
||||||
- less
|
- less
|
||||||
- parted
|
- parted
|
||||||
- btrfs-tools
|
# - btrfs-tools # not in Debian 11
|
||||||
- libnss-resolve
|
- libnss-resolve
|
||||||
- net-tools
|
- net-tools
|
||||||
- strace
|
- strace
|
||||||
|
|
13
os/config/test_cluster.inventory.yml
Normal file
13
os/config/test_cluster.inventory.yml
Normal 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
|
Reference in a new issue