packages according to distri

This commit is contained in:
2022-10-27 16:43:38 +02:00
parent 557845f750
commit d25c5530a6
3 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
- neofetch - neofetch
- net-tools - net-tools
- "{{ nfs_client_package }}" - "{{ nfs_client_package }}"
- python3-netaddr - "{{ python_netaddr_package }}"
- ranger - ranger
- rsync - rsync
- tmux - tmux
@@ -22,7 +22,6 @@
- "{{ vim_package }}" - "{{ vim_package }}"
- vim-python-jedi - vim-python-jedi
- wget - wget
- unattended-upgrades
- name: system setup | utilities | install cloud-init and gemu guest agent - name: system setup | utilities | install cloud-init and gemu guest agent
tags: packages,system,system setup tags: packages,system,system setup
@@ -64,4 +63,5 @@
- htop - htop
- exa - exa
- dnsutils - dnsutils
- unattended-upgrades
when: ansible_distribution == "Debian" when: ansible_distribution == "Debian"

View File

@@ -13,6 +13,7 @@ python_pip_package: python-pip
python_psutil_package: python-psutil python_psutil_package: python-psutil
python_pyflakes_package: python-pyflakes python_pyflakes_package: python-pyflakes
python_virtualenv_package: python-virtualenv python_virtualenv_package: python-virtualenv
python_netaddr_package: python-netaddr
rename_package: perl-rename rename_package: perl-rename
ruby_rake_package: ruby-rake ruby_rake_package: ruby-rake
sftp_path: /usr/lib/ssh/sftp-server sftp_path: /usr/lib/ssh/sftp-server

View File

@@ -13,6 +13,7 @@ python_pip_package: python3-pip
python_psutil_package: python-psutil python_psutil_package: python-psutil
python_pyflakes_package: python3-pyflakes python_pyflakes_package: python3-pyflakes
python_virtualenv_package: python3-virtualenv python_virtualenv_package: python3-virtualenv
python_netaddr_package: python3-netaddr
rename_package: rename rename_package: rename
ruby_rake_package: rake ruby_rake_package: rake
sftp_path: /usr/lib/openssh/sftp-server sftp_path: /usr/lib/openssh/sftp-server