Alessandro Fael Garcia
a563c8ee9f
Add note to README about development status
...
Fixes #47
2018-08-02 16:05:41 -07:00
Alessandro Fael Garcia
19a080925b
Install Debian dependencies
...
Fixes #44
2018-08-02 15:56:25 -07:00
Alessandro Fael Garcia
3a82651d42
Refactor and fix module installation
...
Fixes #46 and #48
2018-08-02 12:51:45 -07:00
Alessandro Fael Garcia
91bd842e9e
Update Ansible Galaxy metadata
2018-08-01 14:19:54 -07:00
Alessandro Fael Garcia
85ed933a16
Merge pull request #43 from nginxinc/(feature)/delete-license
...
Add option to delete license after installing NGINX Plus
2018-08-01 13:01:08 -07:00
Alessandro Fael Garcia
2a7184a06b
Add option to delete license after installing NGINX Plus
2018-08-01 11:40:35 -07:00
Alessandro Fael Garcia
882ac54b64
Merge pull request #42 from nginxinc/(feature)/support-amzn2
...
Add Amazon Linux 2 for NGINX Plus
2018-08-01 11:14:04 -07:00
Alessandro Fael Garcia
2ce879f7aa
Add Amazon Linux 2 for NGINX Plus
2018-07-31 16:17:09 -07:00
Alessandro Fael Garcia
e9b8e57566
Merge pull request #41 from nginxinc/(feature)/unit-add-distros
...
(feature)/unit add distros
2018-07-19 11:38:43 -07:00
Alessandro Fael Garcia
d9131f6387
Fix handlers
2018-07-18 15:32:56 -07:00
Alessandro Fael Garcia
dcfa8cd43b
Update docs
...
* Update README
* Update Ansible Galaxy metadata
* Fix syntax on defaults file
2018-07-18 15:01:16 -07:00
Alessandro Fael Garcia
0fef56b4fa
Install NGINX Unit on FreeBSD
2018-07-18 14:59:14 -07:00
Alessandro Fael Garcia
a5fe8d20b2
Install NGINX Unit on Amazon Linux 2
2018-07-18 13:35:04 -07:00
Alessandro Fael Garcia
962518e5e1
Minor fixes
...
* Fix README typo
* Add yml start of file indicator
2018-07-12 11:19:17 -07:00
Alessandro Fael Garcia
9f4e54b435
Update README and Ansible Galaxy Metadata
2018-07-11 18:02:42 -07:00
Alessandro Fael Garcia
792409981e
Merge pull request #40 from nginxinc/(feature)/toggle-nginx-unit-install
...
Add nginx_enable variable
2018-07-11 18:01:00 -07:00
Alessandro Fael Garcia
31c86e3a07
Update .travis.yml
...
Do not check localhost when running the NGINX Unit test playbook
2018-07-11 17:05:23 -07:00
Alessandro Fael Garcia
8aad2bcb94
Do not install NGINX in the NGINX Unit test playbooks
2018-07-11 15:44:36 -07:00
Alessandro Fael Garcia
c57e0a79d2
Add nginx_enable variable
...
Users can now choose to only install NGINX Unit
2018-07-11 15:41:10 -07:00
Alessandro Fael Garcia
ba8e65d6df
Merge pull request #39 from georgyberdyshev/bypass_firewall_fixes_#38
...
Updated key server to bypass firewalled environments. - Fixes #38
2018-07-09 09:36:03 -07:00
Georgy Berdyshev
194f369e13
Use hkps by default and fallback to hkp for older Debian and Ubuntu releases.
2018-07-07 00:30:48 +02:00
Georgy Berdyshev
8cada84350
Use protocol version without encryption to support older Debian and Ubuntu releases.
...
Fixes Travis CI error: 'HTTP fetch error 1: unsupported protocol'
2018-07-06 06:51:56 +02:00
Georgy Berdyshev
cbcc7c01f9
Updated key server to bypass firewalled environments.
2018-07-06 05:26:15 +02:00
Alessandro Fael Garcia
fb74edc9cb
Update README.md
2018-06-27 17:12:14 -07:00
Alessandro Fael Garcia
fa9f2ae5af
Merge pull request #37 from nginxinc/(feature)/unit
...
(feature)/unit
2018-06-27 16:13:34 -07:00
Alessandro Fael Garcia
7c66da1ee4
Fix Ubuntu Artful and Ubuntu Bionic Dockerfiles
...
Explicitly install init dependency
2018-06-27 15:13:17 -07:00
Alessandro Fael Garcia
f13cf016a8
Add tests
...
Add Ubuntu Artful and Ubuntu Bionic tests to Travis
2018-06-27 13:36:26 -07:00
Alessandro Fael Garcia
bd0c581ac1
Refactor installation of NGINX Unit modules
...
Use a list that lets users specify which modules they want to install instead of installing all modules available in each distro
2018-06-27 13:16:57 -07:00
Alessandro Fael Garcia
3a8e36e636
Fix Debian/RedHat setup
...
* Change yum repository from nginx to unit
* Remove apt task causing ansible to be non-idempotent
2018-06-27 11:07:35 -07:00
Alessandro Fael Garcia
6bba55e4a2
Add tests
2018-06-26 16:41:35 -07:00
Alessandro Fael Garcia
2679ee6cb7
Add Ubuntu Bionic to supported platforms list
2018-06-26 16:29:31 -07:00
Alessandro Fael Garcia
a6d54c858e
Merge CentOS and RedHat tasks
2018-06-26 16:26:24 -07:00
Alessandro Fael Garcia
02db93d432
Merge branch 'master' into (feature)/unit
...
Bring the (feature)/unit branch up to date with the master branch
2018-06-25 14:35:09 -07:00
Alessandro Fael Garcia
ba092d09ef
Merge pull request #34 from nginxinc/(feature)/select-repositories
...
Implement support to select NGINX repository
2018-05-14 12:23:43 -07:00
Alessandro Fael Garcia
8e3ca5e5a0
Use Ansible ternary operator instead of J2 conditionals
2018-05-14 11:31:46 -07:00
Alessandro Fael Garcia
c1a4eb6a99
Fix Travis
2018-05-11 16:06:53 -07:00
Alessandro Fael Garcia
75939983e1
Add stable branch test playbook
2018-05-11 15:48:17 -07:00
Alessandro Fael Garcia
4037b195ff
Refactor repository into a variable
2018-05-11 15:12:06 -07:00
Alessandro Fael Garcia
98974fbf1a
Implement support to select NGINX repository
...
Resolve #32 - Initial options include using the default NGINX packages included in the host system or using the NGINX packages included in the NGINX repository
2018-05-11 13:31:31 -07:00
Alessandro Fael Garcia
033da6684c
Fix indentation
2018-05-10 13:17:37 -07:00
Alessandro Fael Garcia
ce880e5731
Refactor NGINX Unit packages into a separate file
2018-05-10 13:03:22 -07:00
Alessandro Fael Garcia
aef307f5a2
Merge pull request #33 from nginxinc/(feature)/implement-oss-freebsd
...
Implement FreeBSD support for NGINX Open Source
2018-05-09 15:09:33 -07:00
Alessandro Fael Garcia
ea6de99eed
Use portinstall module instead of package module
2018-05-09 14:05:57 -07:00
Alessandro Fael Garcia
70a2906268
Implement FreeBSD support for NGINX Open Source
...
Use FreeBSD ports instead of pkgng to fetch the latest version of NGINX Open Source
2018-05-09 13:31:16 -07:00
Alessandro Fael Garcia
a231ea8a10
Merge pull request #22 from nginxinc/(feature)/improve-testing
...
Improve Travis CI testing strategy:
* Support and test multiple environments via Docker
* Check that sample playbooks are deployed correctly
2018-04-18 14:25:36 -07:00
Alessandro Fael Garcia
5d291c3943
Refactor .travis.yml
2018-04-18 13:18:48 -07:00
Alessandro Fael Garcia
95801b7939
Merge pull request #29 from nginxinc/(feature)/use-backup-option
...
Use copy/template backup parameter
2018-04-17 17:25:15 -07:00
Alessandro Fael Garcia
40d5b0bb2c
Use copy/template backup parameter
...
Use the backup parameter in the copy/template modules instead of using a convoluted backup system
2018-04-17 17:21:31 -07:00
Alessandro Fael Garcia
c7cd4848e8
Merge pull request #28 from nginxinc/(bug)/fix-stat
...
Fix stat path
2018-04-17 16:28:28 -07:00
Alessandro Fael Garcia
b8657834f8
Fix stat path
...
Use the path for nginx.conf instead of default.conf
2018-04-17 16:25:37 -07:00