Alessandro Fael Garcia
bcc3f1e166
Improve templating
...
* Rename load_balancer block to reverse_proxy
* Clarify that the redirect variable refers to a http to https redirect
* Allow setting the listen port when using SSL
* Improve SSL defaults
* Allow setting http or https server locations in proxy_pass
2019-01-14 17:26:37 +01:00
Alessandro Fael Garcia
c1c3a372d7
Allow setting a custom apt and rpm signing key host ( #84 )
...
* Allow setting a custom apt and rpm signing key host
* Change default fallback key to https
* Use facts to determine which signing key to use
* Add single quotes
2019-01-09 00:26:14 +01:00
Daniel Mills
bd09ecd85e
Add support for enabling an http to https redirects ( #82 )
...
* Add support for enabling an http to https redirects
* Remove extra curly brace
* Update default.conf.j2
Remove another extra curly brace
* Add redirect variable to defaults and readme
2019-01-03 23:14:25 +01:00
Daniel Mills
fe3caad174
Add ansible_managed to templates ( #81 )
...
* Add ansible_managed to templates
* Put ansible managed in the right place
* Remove extraneous empty line
2019-01-03 23:13:56 +01:00
Daniel Mills
dad58ec5cd
Ignore undefined values for autoindex and health check ( #80 )
...
* Ignore undefined autoindex
* ignore undefined health_check_plus
2018-12-22 23:26:03 +01:00
Alessandro Fael Garcia
c2cdc68ec3
Improve Ansible Galaxy metadata score ( #79 )
2018-12-21 15:17:00 +01:00
Alessandro Fael Garcia
243cee42d5
Rename html_app_name to web_server_name
2018-12-03 21:02:51 +01:00
Dmitriy Skopintsev
92c154ff4b
SSL certificate and key path to default.conf ( #78 )
...
* Fix example playbook section
* Add SSL certificate and key upload destination path to configuration file
2018-12-03 07:18:31 -08:00
Alessandro Fael Garcia
7670d11b1d
Fix HTML templating
2018-11-26 14:15:57 -08:00
Dmitriy Skopintsev
df84780f02
Enable autoindex in http, server and location namespaces ( #75 )
...
* Added condition to use new autoindex variable
* Added condition to use new autoindex variable for separate virtual hosts
* Added global autoindex and autoindex for separate virutal hosts
* Added autoindex enabling for virtual host namespace
* Added autoindex enabling for virtual host namespace variable
* Added autoindex for testing puprposes
* Changed autoindex to false
* Added autoindex for virtual host
* Added autoindex ot readme file
2018-11-26 12:06:46 -07:00
Alessandro Fael Garcia
e9a3e6a8e2
Refactor apt module loop
...
Apt/yum with_items module loops have been deprecated in Ansible 2.7
2018-11-19 13:42:41 -08:00
Alessandro Fael Garcia
5cd48e5b5c
Fix HTML templating
2018-11-19 12:06:19 -08:00
Alessandro Fael Garcia
39dd5a29cc
Merge pull request #72 from 0x28d/master
...
Allow to generate custom locations in load_balancer mode
2018-11-19 10:26:44 -08:00
Alexander Rublev
164a6bda98
Update test nginx-template.yml
2018-11-19 07:10:19 +03:00
Alexander Rublev
19d19483d7
Typo correction
2018-11-16 08:39:01 +03:00
Alexander Rublev
75cc3b630e
Update README.md by adding new introduced vars
2018-11-16 07:46:14 +03:00
Alexander Rublev
0e68067c5f
Merge remote-tracking branch 'upstream/master'
2018-11-16 06:54:49 +03:00
Alessandro Fael Garcia
728555c581
Merge pull request #71 from nginxinc/(fix)/stretch-signing-key
...
Add hkp signing key fallback option for Stretch
2018-11-14 14:37:13 -08:00
Alessandro Fael Garcia
af4450a8d5
Use url parameter instead of id and keyserver
2018-11-14 13:29:37 -08:00
Alessandro Fael Garcia
d0e6512b12
Always fallback from a hkps to a hkp keyserver
2018-11-14 12:43:41 -08:00
Alexander Rublev
e13606c8df
Typo correction
2018-11-15 01:48:51 +07:00
Alexander Rublev
aa4fcd34bd
Update in README.md
2018-11-15 01:18:38 +07:00
Alexander Rublev
87db5ea0b8
Update default/main.yml by adding vars for generating custom locations in web_server mode
2018-11-14 23:50:12 +07:00
Alexander Rublev
709e52eb0b
Allow to generate custom locations in web_server mode
2018-11-14 23:33:54 +07:00
Alexander Rublev
33f72ee8f2
Allow to generate custom locations in load_balancer mode
2018-11-13 09:57:44 +03:00
Alessandro Fael Garcia
71f4eb3605
Add hkp signing key fallback option for Stretch
2018-11-12 11:47:37 -08:00
Alessandro Fael Garcia
63126c3ff7
Merge pull request #70 from 0x28d/master
...
Allow setting a passive health checks
2018-11-12 10:30:30 -08:00
Alexander Rublev
6a6f23032f
Update defaults/main.yml by adding health_check var
2018-11-10 16:37:49 +07:00
Alexander Rublev
e2063d9eba
Allow setting a passive health checks
2018-11-09 13:28:16 +03:00
Alessandro Fael Garcia
373ab3a796
Merge pull request #69 from gusttt/gpgkeyrepo
...
Only add repository key when nginx_repository is used.
2018-10-18 13:57:42 -07:00
Alessandro Fael Garcia
c07792daee
Add extra checks for when the nginx repo is needed.
2018-10-18 21:39:36 +02:00
Alessandro Fael Garcia
42d1937b3a
Add extra checks for when the nginx repo is needed.
2018-10-18 21:39:10 +02:00
gusttt
fe32888347
Only add repository key when nginx_repository is used.
...
Fix #68
2018-10-18 08:41:53 +02:00
Alessandro Fael Garcia
53a5c95781
Merge pull request #67 from nginxinc/(feature)/refactor-templating
...
Refactor templating
2018-10-16 12:59:18 -07:00
Alessandro Fael Garcia
13a847234e
Refactor templating
...
* Add more advanced HTTP templating options
* Let users choose the upload destination when uploading files
* Implement the ability to print your NGINX configuration to your terminal after running a playbook
2018-10-16 11:52:04 -07:00
Alessandro Fael Garcia
44a74aad75
Merge pull request #61 from nginxinc/rename-variables
...
Rename variables
2018-09-14 23:42:53 -07:00
Alessandro Fael Garcia
27c4069646
Fix module variable name
2018-09-14 17:53:08 -07:00
Alessandro Fael Garcia
9fea522566
Fix more repository variables
2018-09-14 17:27:12 -07:00
Alessandro Fael Garcia
fd3a21f0c0
Fix repository variables
2018-09-14 17:01:49 -07:00
Alessandro Fael Garcia
d294779f8b
Rename variables
...
All variables are now prefixed with `nginx` - resolves #57
2018-09-14 16:28:20 -07:00
Alessandro Fael Garcia
7785691616
Merge pull request #60 from nginxinc/(feature)/refactor-amplify
...
Refactor NGINX Amplify agent installation
2018-09-14 10:14:19 -07:00
Alessandro Fael Garcia
a55a50d570
Refactor NGINX Amplify agent installation
2018-09-12 14:03:20 -07:00
Alessandro Fael Garcia
65ab26ab2f
Merge pull request #59 from nginxinc/(feature)/install-controller
...
Install NGINX Controller agent
2018-09-12 13:33:43 -07:00
Alessandro Fael Garcia
809b9e3580
Fix variables in main task
2018-09-12 12:16:04 -07:00
Alessandro Fael Garcia
9eb3726124
Update documentation
...
Add stub status or REST API prerequisite
2018-09-11 13:08:15 -07:00
Alessandro Fael Garcia
5ff9b63aff
Update task name
2018-09-11 12:32:22 -07:00
Alessandro Fael Garcia
4b0feeb0cc
Update documentation and controller variables
2018-09-11 11:26:56 -07:00
Alessandro Fael Garcia
ef1294b91c
Install NGINX Controller agent
2018-09-10 16:05:25 -07:00
Alessandro Fael Garcia
a8db981f60
Merge pull request #56 from jinmiaoluo/master
...
fix `[WARNING]: Ignoring invalid attribute: Name`
2018-08-22 14:47:45 -07:00
max
a5c73e6fcf
fix [WARNING]: Ignoring invalid attribute: Name
2018-08-22 16:57:37 +08:00