First commit
This commit is contained in:
commit
e54b5a5663
24 changed files with 3047 additions and 0 deletions
16
inventory.yml
Normal file
16
inventory.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
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: demos.xlii.si:/var/www/test1234 # TODO: not implemented yet
|
||||
bar:
|
||||
repository_url: ssh://git@code.example.net:2020/bar
|
||||
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
|
Reference in a new issue