deploy basic config to all servers #2

Open
opened 2025-11-17 09:54:27 +01:00 by Zoidberg · 1 comment
Owner

Basic deployment for all the servers:

  • User Deployment
  • ssh changes
  • Docker if needed
  • tools that might be usefull to debug
Basic deployment for all the servers: - User Deployment - ssh changes - Docker if needed - tools that might be usefull to debug
Zoidberg added the
to do
label 2025-11-17 09:54:27 +01:00
Author
Owner

Following tools have been added to the list of usefull tools in the basic rollout role in the ansible repo:

base_config_packages:
  - htop
  - git
  - curl
  - sudo
  - dctrl-tools
  - debian-goodies
  - whois
  - deborphan
  - telnet
  - gnupg
  - tree
  - python3-pyinotify
  - python3-systemd
  - fail2ban
  - iotop-c
  - lsb-release
  - apt-transport-https
  - ca-certificates
  - wget
  - debian-keyring
  - debian-archive-keyring
  - gnupg
  - gnupg-agent
  - software-properties-common
  - python3-pip
  - qemu-guest-agent
  - ncdu
  - fail2ban
  - nftables
  - systemd-timesyncd
  - nfs-common
  - screen
  - unattended-upgrades
  - apt-listchanges
Following tools have been added to the list of usefull tools in the basic rollout role in the ansible repo: ``` base_config_packages: - htop - git - curl - sudo - dctrl-tools - debian-goodies - whois - deborphan - telnet - gnupg - tree - python3-pyinotify - python3-systemd - fail2ban - iotop-c - lsb-release - apt-transport-https - ca-certificates - wget - debian-keyring - debian-archive-keyring - gnupg - gnupg-agent - software-properties-common - python3-pip - qemu-guest-agent - ncdu - fail2ban - nftables - systemd-timesyncd - nfs-common - screen - unattended-upgrades - apt-listchanges ```
Zoidberg added reference main 2025-11-17 09:59:36 +01:00
Zoidberg added a new dependency 2025-11-17 10:00:46 +01:00
Zoidberg removed a dependency 2025-11-17 10:00:52 +01:00
Sign in to join this conversation.
No description provided.