1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
No description
Find a file
A Holt 583439b278 Merge pull request #296 from iiab/holta-wordpress-direct-download
Downloads latest WordPress directly from https://wordpress.org/latest.tar.gz whereupon Ansible's get_url renames it correctly to the actual WordPress version saved into /opt/iiab/downloads (e.g. wordpress-4.8.2.tar.gz)

Thanks @tim-moody who provided me Ansible syntax "register: wp_download_output" to capture this dynamic filename that cannot be predicted in advance month-by-month...and then moves that file into position using "unarchive: src={{ wp_download_output.dest }}  dest=/library"
2017-09-20 21:08:33 -04:00
roles Update install.yml 2017-09-20 20:13:18 -04:00
scripts unused/obsolete stuff (#204) 2017-09-04 09:23:18 -07:00
vars turn postgresql off by default and let computed vars turn on 2017-09-20 09:39:59 -04:00
.gitignore initial checkin -- May 27, 2017 2017-05-27 11:09:50 -07:00
ansible.cfg Update ansible.cfg to match upstream (#62) 2017-07-04 13:00:13 -07:00
ansible_hosts initial checkin -- May 27, 2017 2017-05-27 11:09:50 -07:00
COPYING initial checkin -- May 27, 2017 2017-05-27 11:09:50 -07:00
iiab-base.yml reuse install-console to install just openvpn (#225) 2017-09-11 09:19:55 -07:00
iiab-from-console.yml Startup (#85) 2017-07-04 13:07:47 -07:00
iiab-network Test (#20) 2017-06-09 16:25:56 -07:00
iiab-network.yml Startup (#85) 2017-07-04 13:07:47 -07:00
iiab.yml deprecate old/unused services (#183) 2017-08-31 13:20:02 -07:00
install-support reuse install-console to install just openvpn (#225) 2017-09-11 09:19:55 -07:00
LICENSE preserve doc history for now 2017-05-29 10:43:27 -07:00
README-historical.md Test (#20) 2017-06-09 16:25:56 -07:00
README.md Test (#20) 2017-06-09 16:25:56 -07:00
runansible If local_vars.yml missing, supply a medium number of services (#220) 2017-09-11 09:23:38 -07:00
runtags Test (#20) 2017-06-09 16:25:56 -07:00

iiab

Internet in a Box - NEW VERSION orig from http://github.com/iiab