inventory: more generic
This commit is contained in:
parent
300be75664
commit
63a1c5dfe0
1 changed files with 3 additions and 1 deletions
|
@ -5,11 +5,13 @@ all:
|
||||||
template-php-v1: # Job template (deactivated) which can be manually cloned.
|
template-php-v1: # Job template (deactivated) which can be manually cloned.
|
||||||
foo:
|
foo:
|
||||||
repository_url: ssh://git@code.example.net:2020/foo
|
repository_url: ssh://git@code.example.net:2020/foo
|
||||||
deploy_url: demos.xlii.si:/var/www/test1234 # TODO: not implemented yet
|
deploy_url: prod.example.net:/var/www/test1234 # TODO: not implemented yet
|
||||||
bar:
|
bar:
|
||||||
repository_url: ssh://git@code.example.net:2020/bar
|
repository_url: ssh://git@code.example.net:2020/bar
|
||||||
branch_spec: '*/develop'
|
branch_spec: '*/develop'
|
||||||
baz:
|
baz:
|
||||||
|
# Just a test to see if the default template can
|
||||||
|
# be run without any vars
|
||||||
vars:
|
vars:
|
||||||
# If you want this playbook to only install Jenkins and let
|
# If you want this playbook to only install Jenkins and let
|
||||||
# him be managed by other means thereafter, you can change this
|
# him be managed by other means thereafter, you can change this
|
||||||
|
|
Reference in a new issue