system packages for each host
This commit is contained in:
parent
c930ae7d85
commit
a29288aef4
3 changed files with 38 additions and 12 deletions
|
@ -1,6 +1,12 @@
|
|||
all:
|
||||
hosts:
|
||||
test-jenkins-via-ansible.example.net:
|
||||
jenkins_plugins_system_dependency_supp:
|
||||
- php-gd
|
||||
- php-xml
|
||||
- php-mbstring
|
||||
- php-pgsql
|
||||
- postgresql
|
||||
jobs:
|
||||
template-php-v1: # Job template (deactivated) which can be manually cloned.
|
||||
foo:
|
||||
|
@ -12,6 +18,24 @@ all:
|
|||
baz:
|
||||
# Just a test to see if the default template can
|
||||
# be run without any vars
|
||||
jenkins2.example.net:
|
||||
jenkins_plugins_system_dependency_supp:
|
||||
- php-gd
|
||||
- php-xml
|
||||
- php-mbstring
|
||||
- php-curl
|
||||
- php-zip
|
||||
- php-bcmath
|
||||
- php-intl
|
||||
- php-soap
|
||||
- php-mysql
|
||||
- mariadb-server
|
||||
jobs:
|
||||
template-php-v1: # Job template (deactivated) which can be manually cloned.
|
||||
jsmith-project:
|
||||
repository_url: git@github.com:jsmith/project.git
|
||||
branch_spec: 'refs/heads/feature/continuous-integration'
|
||||
#branch_spec: '*/develop'
|
||||
vars:
|
||||
# Check if etckeeper is installed and /etc is clean
|
||||
checketckeeper: True
|
||||
|
|
Reference in a new issue