You've already forked ansible-role-directadmin
Initial commit
This commit is contained in:
28
vars/Debian.yml
Normal file
28
vars/Debian.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
directadmin_prereq_packages:
|
||||
- gcc
|
||||
- g++
|
||||
- make
|
||||
- flex
|
||||
- bison
|
||||
- openssl
|
||||
- libssl-dev
|
||||
- perl
|
||||
- perl-base
|
||||
- perl-modules
|
||||
- libperl-dev
|
||||
- libaio1
|
||||
- libaio-dev
|
||||
- zlib1g
|
||||
- zlib1g-dev
|
||||
- libcap-dev
|
||||
- bzip2
|
||||
- automake
|
||||
- autoconf
|
||||
- libtool
|
||||
- cmake
|
||||
- pkg-config
|
||||
- python
|
||||
- libreadline-dev
|
||||
- libdb4.8-dev
|
||||
- libsasl2-dev
|
||||
- patch
|
||||
41
vars/RedHat.yml
Normal file
41
vars/RedHat.yml
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
directadmin_prereq_packages:
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- flex
|
||||
- bison
|
||||
- make
|
||||
- bind
|
||||
- bind-libs
|
||||
- bind-utils
|
||||
- openssl
|
||||
- openssl-devel
|
||||
- perl
|
||||
- quota
|
||||
- libaio
|
||||
- libcom_err-devel
|
||||
- libcurl-devel
|
||||
- gd
|
||||
- zlib-devel
|
||||
- zip
|
||||
- unzip
|
||||
- libcap-devel
|
||||
- cronie
|
||||
- bzip2
|
||||
- cyrus-sasl-devel
|
||||
- perl-ExtUtils-Embed
|
||||
- autoconf
|
||||
- automake
|
||||
- libtool
|
||||
- which
|
||||
- patch
|
||||
- mailx
|
||||
- bzip2-devel
|
||||
- lsof
|
||||
- db4-devel
|
||||
- psmisc
|
||||
- net-tools
|
||||
- systemd-devel
|
||||
- libdb-devel
|
||||
- perl-DBI
|
||||
- xfsprogs
|
||||
Reference in New Issue
Block a user