1
0
Fork 0
This repository has been archived on 2023-11-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ansible-jenkins-php-v1/inventory.yml
2020-01-18 18:29:54 +01:00

26 lines
921 B
YAML

all:
hosts:
test-jenkins-via-ansible.example.net:
jobs:
template-php-v1: # Job template (deactivated) which can be manually cloned.
foo:
repository_url: ssh://git@code.example.net:2020/foo
deploy_url: prod.example.net:/var/www/test1234 # TODO: not implemented yet
bar:
repository_url: ssh://git@code.example.net:2020/bar
branch_spec: '*/develop'
baz:
# Just a test to see if the default template can
# be run without any vars
vars:
# If you want this playbook to only install Jenkins and let
# him be managed by other means thereafter, you can change this
# variable globally or by host.
# By default : False
jenkins_installonly: False
# Check if etckeeper is installed and /etc is clean
checketckeeper: True
# admin email address
jenkins_admin_email: postmaster@example.net