Changeset - a9ca3f5ae102
[Not reviewed]
master
0 2 0
x - 22 hours ago 2025-08-24 15:15:44
xbr@c3l.lu
add: interactive debugging packages
2 files changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
gateway/initial_gw_setup.yml
Show inline comments
 
@@ -32,12 +32,13 @@
 
          - systemd-resolved # We current use it later, but we don't really need it
 
          - dkms
 
          - lsb-release
 
          - ethtool
 
          - python3
 
          - wget # for fastd-blacklist
 
          - tcpdump # for debugging
 
      tags: update
 

	
 
    # fix systemd-resolved's default config
 
    - name: Stop systemd-resolved
 
      ansible.builtin.service:
 
        name: "systemd-resolved"
initial_server_setup/initial_setup.yml
Show inline comments
 
@@ -21,12 +21,14 @@
 
        pkg:
 
          - sudo
 
          - git
 
          - vim
 
          - python3
 
          - python3-pip
 
          - tmux
 
          - man-db
 
      tags: basic
 

	
 
    # Change Hostname
 
    - name: "Update Hostnames"
 
      ansible.builtin.hostname:
 
        name: "{{ inventory_hostname }}"
0 comments (0 inline, 0 general)