Commit Graph

152 Commits

Author SHA1 Message Date
9bd6222654 host_vars/web17: WordPress 5.1 2019-02-26 11:00:39 -08:00
79c1f814ba host_vars/web17: WordPress 5.0.3 2019-01-10 08:06:56 +02:00
944c99102f host_vars/web17: WordPress 5.0.2 2018-12-20 09:14:55 +02:00
b8409ee896 host_vars/web17: WordPress 5.0.1 2018-12-14 11:07:20 +03:00
9af82972f7 host_vars/web17: WordPress 5.0 2018-12-07 23:28:09 +02:00
f19b987f99 host_vars/web17: Use nginx mainline
When I deployed this server on Ubuntu 18.04 there were no mainline
nginx builds so I was using stable. Now I see there are builds for
mainline.
2018-08-29 09:23:18 +03:00
7aa6384055 host_vars/web17: WordPress 4.9.8 2018-08-05 11:36:27 +03:00
c21207f704 host_vars/web17: WordPress 4.9.7 2018-07-06 10:45:33 +03:00
8f0ce74307 Remove host_vars/web12 2018-05-22 23:27:59 +03:00
ca15b27789 Add host_vars/web17 2018-05-20 14:58:27 +03:00
073e02f875 host_vars/web12: WordPress 4.9.6 2018-05-18 12:41:50 +03:00
92e0b67149 Remove relay03 2018-05-13 12:30:41 +03:00
6e9fa0a213 Add relay03 2018-05-13 10:45:48 +03:00
207856d587 Remove relay02 2018-05-13 09:25:31 +03:00
c8f0421ff7 host_vars/relay02: Reduce bandwidth to 75 KBytes
This is the minimum for Tor relays according to the torrc man page.
2018-05-13 08:17:20 +03:00
3a4bd1e5c4 host_vars/relay02: Increase bandwidth to 1 megabit 2018-05-12 23:35:17 +03:00
142ae35904 host_vars/relay02: Reduce speed to 700 kilobits 2018-05-12 21:58:59 +03:00
70c279ea81 Add host_vars/relay02 2018-05-07 11:04:38 +03:00
f9ea7d30f5 host_vars/web12: Update DNS resolvers for TLS stapling 2018-04-30 18:12:29 +03:00
a660810d3d host_vars/web12: WordPress 4.9.5 2018-04-04 08:30:52 +03:00
e5b2745e36 host_vars/web12: WordPress 4.9.4 2018-02-06 21:24:45 +02:00
0d6aba43ff host_vars/web12: WordPress 4.9.3 2018-02-06 11:05:26 +02:00
8faf9cd4d8 host_vars/web12: WordPress 4.9.2 2018-01-17 07:54:33 +02:00
ac6b9c48af host_vars/web12: WordPress 4.9.1 2017-11-30 09:05:59 +03:00
16fc99c46c host_vars/web12: WordPress 4.9 2017-11-16 08:16:29 +02:00
f7393b0ca9 host_vars/web12: WordPress 4.8.3 2017-10-31 19:42:49 +02:00
bdf32df28e host_vars/web12: Remove mjanja.org 2017-10-01 09:17:08 +03:00
b3fa930019 host_vars/web12: ansible_ssh_host → ansible_host
This was apparently deprecated in ansible 2.0.

See: https://github.com/ansible/ansible/blob/devel/CHANGELOG.md#2.0
2017-09-26 15:27:27 +03:00
53eade7ab1 host_vars/web12: WordPress 4.8.2 2017-09-20 07:57:42 +03:00
d124bd0dad host_vars/web12: WordPress 4.8.1 2017-08-14 16:47:10 +03:00
02f7510f5f Remove web08 2017-06-20 12:51:36 +03:00
e5939c830a Add new web server web12 2017-06-18 11:05:19 +03:00
4c6e45f93b host_vars/web08: WordPress 4.8 2017-06-12 18:29:46 +03:00
02d63d7701 host_vars/web08: WordPress 4.7.5 2017-05-28 09:34:21 +03:00
39afca4bb2 host_vars/web08: WordPress 4.7.4 2017-04-22 15:31:19 +03:00
a6034fda0c host_vars/web08: WordPress 4.7.3 2017-03-06 22:54:05 +02:00
5b63395d9f host_vars/web08: WordPress 4.7.2 2017-01-27 10:43:09 +02:00
12cbf9386c host_vars/web08: WordPress 4.7.1 2017-01-12 08:38:14 +02:00
2ac931731a host_vars/web08: WordPress 4.7 2016-12-08 00:23:10 +02:00
8df5d5ed0f host_vars/web08: Remove mjanja.co.ke as it is expired 2016-10-17 11:08:33 -04:00
651c01a29b Set use_letsencrypt to true for nginx role
The variable name is misleading as this really does is install the
certbot client and its dependencies, and we generally want this to
always happen. If a host doesn't want it, they can override it in
their host vars.

Perhaps I should rename this variable to "bootstrap_letsencrypt" or
something so it is more accurate.
2016-10-09 11:59:21 +03:00
850342a175 host_vars/web08: Add vhost for picturingjordan.com 2016-09-13 16:51:42 +03:00
d4ffc28d62 host_vars/web08: WordPress 4.6→4.6.1 2016-09-07 20:13:12 +03:00
aa8735e0ea roles/nginx: Use explicity booleans for tests instead of "yes" and "no"
Better to be explict with booleans rather than being confused when
you mix up yes and "yes" with Ansible/Python testing of conditionals.
2016-08-17 12:55:14 +03:00
de704a917f roles/nginx: use boolean for use_letsencrypt instead of string "yes"
This is very confusing when you forget about how Ansible/Python is
testing conditionals. Let's use actual booleans so it's more clear.
2016-08-17 12:42:48 +03:00
437dbf470e host_vars/web08: All vhosts to WordPress 4.6 2016-08-17 00:08:03 +03:00
7589136453 host_vars/web08: Update one blog to WordPress 4.6 RC2 2016-08-11 09:06:46 +03:00
24e54c0580 host_vars/web08: Set "use_letsencrypt" for this host 2016-06-28 10:33:57 +03:00
da784467e1 host_vars/web08: Specify use_letsencrypt: 'yes' for vhosts 2016-06-27 19:11:06 +03:00
283cecf2a2 host_vars/web08: Use mariadb_databases instead of wordpress_blogs to enumerate databases 2016-06-27 18:08:38 +03:00