Slim down Debian install
This commit is contained in:
parent
c3ce9fb79f
commit
a82cf67997
3 changed files with 2 additions and 9 deletions
|
@ -17,12 +17,10 @@
|
|||
- import_tasks: packages-cli.yml
|
||||
- import_tasks: packages-gui.yml
|
||||
when: gui == true
|
||||
- import_tasks: build-env.yml
|
||||
- import_tasks: modules.yml
|
||||
- import_tasks: ssh.yml
|
||||
- import_tasks: solokeys.yml
|
||||
- import_tasks: sudo.yml
|
||||
- import_tasks: vscode.yml
|
||||
when: gui == true
|
||||
- import_tasks: packagekit.yml
|
||||
when: gui == true
|
||||
|
|
|
@ -22,14 +22,11 @@
|
|||
vars:
|
||||
packages:
|
||||
- apt-file
|
||||
- clang
|
||||
- clang-format
|
||||
- curl
|
||||
- dc
|
||||
- dnsutils
|
||||
- git
|
||||
- gnupg
|
||||
- lldb
|
||||
- mc
|
||||
- nftables
|
||||
- nmap
|
||||
|
@ -43,13 +40,13 @@
|
|||
- name: Enable automatic update check
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/apt/apt.conf.d/10periodic
|
||||
path: /etc/apt/apt.conf.d/20auto-upgrades
|
||||
regex: "APT::Periodic::Update-Package-Lists "
|
||||
line: "APT::Periodic::Update-Package-Lists \"1\";"
|
||||
create: yes
|
||||
- name: Enable automatic install of updates
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/apt/apt.conf.d/10periodic
|
||||
path: /etc/apt/apt.conf.d/20auto-upgrades
|
||||
regex: "APT::Periodic::Unattended-Upgrade "
|
||||
line: "APT::Periodic::Unattended-Upgrade \"1\";"
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
- galculator
|
||||
- git-gui
|
||||
- libcanberra-gtk-module
|
||||
- remmina
|
||||
- rxvt-unicode
|
||||
- vim-gtk
|
||||
- name: Check for Gnome Shell
|
||||
ansible.builtin.stat:
|
||||
|
|
Loading…
Reference in a new issue