First functional nginx version
This commit is contained in:
parent
0a5c2cfc35
commit
dc7af699ee
11 changed files with 183 additions and 4 deletions
|
@ -13,6 +13,14 @@ jenkins_credential_keydesc: Deploy key n.1
|
|||
# Default branch for git clone/pull in the job configuration
|
||||
branch_spec: "*/master"
|
||||
|
||||
# Nginx/Jenkins configuration
|
||||
nginx_vhost_main_hostname: "{{ ansible_fqdn }}"
|
||||
nginx_vhost_resource_hostname: "resource.{{ ansible_fqdn }}"
|
||||
nginx_vhost_ssl_certificate_file: "/etc/nginx/ssl/{{ nginx_vhost_main_hostname }}.crt"
|
||||
nginx_vhost_ssl_key_file: "/etc/nginx/ssl/{{ nginx_vhost_main_hostname }}.key"
|
||||
# null means "whether nginx_vhost_ssl_certificate_file exists on remote host"
|
||||
nginx_vhost_ssl:
|
||||
|
||||
jenkins_plugins:
|
||||
- credentials
|
||||
- git-client
|
||||
|
|
Reference in a new issue