You've already forked ansible-directadmin
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b563a9478a | ||
|
|
2e0fef1654 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.idea
|
||||
16
.travis.yml
16
.travis.yml
@@ -12,18 +12,18 @@ addons:
|
||||
- python-pip
|
||||
|
||||
install:
|
||||
# Install ansible
|
||||
- pip install ansible
|
||||
# Install ansible
|
||||
- pip install ansible
|
||||
|
||||
# Check ansible version
|
||||
- ansible --version
|
||||
# Check ansible version
|
||||
- ansible --version
|
||||
|
||||
# Create ansible.cfg with correct roles_path
|
||||
- printf '[defaults]\nroles_path=../' >ansible.cfg
|
||||
# Create ansible.cfg with correct roles_path
|
||||
- printf '[defaults]\nroles_path=../' >ansible.cfg
|
||||
|
||||
script:
|
||||
# Basic role syntax check
|
||||
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
|
||||
# Basic role syntax check
|
||||
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
|
||||
|
||||
notifications:
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
@@ -15,138 +15,138 @@ directadmin_cache_timeout: 3600
|
||||
|
||||
# Packages - http://help.directadmin.com/item.php?id=354
|
||||
directadmin_debian6_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
|
||||
- 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
|
||||
|
||||
directadmin_debian7_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
|
||||
- libdb-dev
|
||||
- libsasl2-dev
|
||||
- libncurses5-dev
|
||||
- patch
|
||||
- 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
|
||||
- libdb-dev
|
||||
- libsasl2-dev
|
||||
- libncurses5-dev
|
||||
- patch
|
||||
|
||||
directadmin_debian8_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
|
||||
- libdb-dev
|
||||
- libsasl2-dev
|
||||
- libncurses5-dev
|
||||
- libsystemd-dev
|
||||
- bind9
|
||||
- quota
|
||||
- libsystemd-daemon0
|
||||
- patch
|
||||
- libjemalloc-dev
|
||||
- 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
|
||||
- libdb-dev
|
||||
- libsasl2-dev
|
||||
- libncurses5-dev
|
||||
- libsystemd-dev
|
||||
- bind9
|
||||
- quota
|
||||
- libsystemd-daemon0
|
||||
- patch
|
||||
- libjemalloc-dev
|
||||
|
||||
directadmin_rhel_generic_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
|
||||
- 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
|
||||
|
||||
directadmin_rhel_packages:
|
||||
- db4-devel
|
||||
- db4-devel
|
||||
|
||||
directadmin_centos7_packages:
|
||||
- psmisc
|
||||
- net-tools
|
||||
- systemd-devel
|
||||
- libdb-devel
|
||||
- perl-DBI
|
||||
- xfsprogs
|
||||
- psmisc
|
||||
- net-tools
|
||||
- systemd-devel
|
||||
- libdb-devel
|
||||
- perl-DBI
|
||||
- xfsprogs
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: Gerben Geijteman
|
||||
description: Deploy DirectAdmin with Ansible
|
||||
|
||||
Reference in New Issue
Block a user