Slim down Debian install

This commit is contained in:
Anthony Rose 2022-12-08 09:53:51 +00:00
parent c3ce9fb79f
commit a82cf67997
3 changed files with 2 additions and 9 deletions

View file

@ -17,12 +17,10 @@
- import_tasks: packages-cli.yml - import_tasks: packages-cli.yml
- import_tasks: packages-gui.yml - import_tasks: packages-gui.yml
when: gui == true when: gui == true
- import_tasks: build-env.yml
- import_tasks: modules.yml - import_tasks: modules.yml
- import_tasks: ssh.yml - import_tasks: ssh.yml
- import_tasks: solokeys.yml - import_tasks: solokeys.yml
- import_tasks: sudo.yml - import_tasks: sudo.yml
- import_tasks: vscode.yml
when: gui == true when: gui == true
- import_tasks: packagekit.yml - import_tasks: packagekit.yml
when: gui == true when: gui == true

View file

@ -22,14 +22,11 @@
vars: vars:
packages: packages:
- apt-file - apt-file
- clang
- clang-format
- curl - curl
- dc - dc
- dnsutils - dnsutils
- git - git
- gnupg - gnupg
- lldb
- mc - mc
- nftables - nftables
- nmap - nmap
@ -43,13 +40,13 @@
- name: Enable automatic update check - name: Enable automatic update check
become: true become: true
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /etc/apt/apt.conf.d/10periodic path: /etc/apt/apt.conf.d/20auto-upgrades
regex: "APT::Periodic::Update-Package-Lists " regex: "APT::Periodic::Update-Package-Lists "
line: "APT::Periodic::Update-Package-Lists \"1\";" line: "APT::Periodic::Update-Package-Lists \"1\";"
create: yes create: yes
- name: Enable automatic install of updates - name: Enable automatic install of updates
become: true become: true
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /etc/apt/apt.conf.d/10periodic path: /etc/apt/apt.conf.d/20auto-upgrades
regex: "APT::Periodic::Unattended-Upgrade " regex: "APT::Periodic::Unattended-Upgrade "
line: "APT::Periodic::Unattended-Upgrade \"1\";" line: "APT::Periodic::Unattended-Upgrade \"1\";"

View file

@ -24,8 +24,6 @@
- galculator - galculator
- git-gui - git-gui
- libcanberra-gtk-module - libcanberra-gtk-module
- remmina
- rxvt-unicode
- vim-gtk - vim-gtk
- name: Check for Gnome Shell - name: Check for Gnome Shell
ansible.builtin.stat: ansible.builtin.stat: