mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
10
roles/common/vars/Debian-10.yml
Normal file
10
roles/common/vars/Debian-10.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
system_distro_utils:
|
||||
- apt-transport-https
|
||||
- openssh-client
|
||||
- netcat
|
||||
- xz-utils
|
||||
- liblz4-tool
|
||||
- sshfs
|
||||
- zstd
|
10
roles/common/vars/Debian-11.yml
Normal file
10
roles/common/vars/Debian-11.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
system_distro_utils:
|
||||
- apt-transport-https
|
||||
- openssh-client
|
||||
- netcat
|
||||
- xz-utils
|
||||
- liblz4-tool
|
||||
- sshfs
|
||||
- zstd
|
9
roles/common/vars/Debian-8.yml
Normal file
9
roles/common/vars/Debian-8.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
system_distro_utils:
|
||||
- apt-transport-https
|
||||
- openssh-client
|
||||
- netcat
|
||||
- xz-utils
|
||||
- liblz4-tool
|
||||
- sshfs
|
10
roles/common/vars/Debian-9.yml
Normal file
10
roles/common/vars/Debian-9.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
system_distro_utils:
|
||||
- apt-transport-https
|
||||
- openssh-client
|
||||
- netcat
|
||||
- xz-utils
|
||||
- liblz4-tool
|
||||
- sshfs
|
||||
- zstd
|
13
roles/common/vars/RedHat-7.yml
Normal file
13
roles/common/vars/RedHat-7.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
system_distro_utils:
|
||||
- openssh-clients
|
||||
- nc
|
||||
- xz
|
||||
- lz4
|
||||
- yum-utils
|
||||
- fuse-sshfs
|
||||
- policycoreutils-python
|
||||
- MySQL-python
|
||||
- python-psycopg2
|
||||
- zstd
|
13
roles/common/vars/RedHat-8.yml
Normal file
13
roles/common/vars/RedHat-8.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
system_distro_utils:
|
||||
- openssh-clients
|
||||
- nc
|
||||
- xz
|
||||
- lz4
|
||||
- yum-utils
|
||||
- fuse-sshfs
|
||||
- policycoreutils-python-utils
|
||||
- python3-mysql
|
||||
- python3-psycopg2
|
||||
- zstd
|
10
roles/common/vars/Ubuntu-20.yml
Normal file
10
roles/common/vars/Ubuntu-20.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
system_distro_utils:
|
||||
- apt-transport-https
|
||||
- openssh-client
|
||||
- netcat
|
||||
- xz-utils
|
||||
- liblz4-tool
|
||||
- sshfs
|
||||
- zstd
|
Reference in New Issue
Block a user