diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/config/roles/common/tasks/main.yml | 4 | ||||
-rw-r--r-- | os/config/test_cluster.inventory.yml | 13 |
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 |