1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
Commit graph

10089 commits

Author SHA1 Message Date
Jerry Vonau
5d57c6f250 missing mkdir in runansible 2017-09-25 13:24:01 -05:00
A Holt
faa3dcd534 Merge pull request #310 from jvonau/selinux
smoke testing - correct selinux for non-redhat installs
2017-09-25 13:48:58 -04:00
Jerry Vonau
a9df337ac5 correct selinux for non-redhat installs 2017-09-25 11:34:55 -05:00
georgejhunt
965b134e88 Merge pull request #280 from jvonau/shhh2
First run logic
2017-09-25 08:39:53 -07:00
georgejhunt
623fba9282 Merge pull request #275 from jvonau/shhh
Big Red Messages
2017-09-25 08:39:25 -07:00
georgejhunt
fd154e1dfa Merge pull request #277 from jvonau/myway
Allow iiab-admin to be optional again
2017-09-25 08:39:02 -07:00
Jerry Vonau
d6c566c032 elgg - handle upgrades 2017-09-24 15:35:24 -05:00
Jerry Vonau
b40bcd31f9 fix indent 2017-09-24 10:15:16 -05:00
A Holt
6d7fd8f69f Merge pull request #307 from holta/master
Upgrade Elgg 2.3.4

Smoke test and basic functional testing complete.
2017-09-23 21:49:50 -04:00
A Holt
9678f92c0d Upgrade to ELgg 2.3.4 2017-09-23 21:08:25 -04:00
A Holt
a5d8d8ec36 Merge pull request #1 from iiab/master
Syncing fork from iiab/iiab
2017-09-23 21:02:30 -04:00
Jerry Vonau
91c2063a94 elgg fix 2017-09-23 19:00:46 -05:00
Jerry Vonau
6e4540fa08 first_run framework
just remove it
2017-09-21 23:18:31 -05:00
Jerry Vonau
e57ff51ca8 move config_vars.yml creation 2017-09-21 23:18:31 -05:00
Jerry Vonau
53b884450b move ignore_errors after register 2017-09-21 23:17:44 -05:00
Jerry Vonau
3d1efee5a6 isolate redhat network detection 2017-09-21 23:17:43 -05:00
Jerry Vonau
ad04450565 noted error #265 Refs #189 #137 #191 2017-09-21 23:17:43 -05:00
A Holt
284f11c7df Merge pull request #302 from tim-moody/ans-cfg
typo

Am merging after discussion on our team IM chat.
2017-09-21 22:10:07 -04:00
Tim Moody
8afa766256 typo 2017-09-21 22:08:18 -04:00
A Holt
277a3998eb Merge pull request #301 from tim-moody/ans-cfg
move ansible tmp file to eliminate ~

Holt polled for objections on our 8-person live chat (among those awake ;)
2017-09-21 17:29:36 -04:00
A Holt
1405069dcf Merge pull request #297 from jvonau/runtags
runtags - replace usage warning

(Clarified usage explanation (what "./runtags" shows when run w/o params))
2017-09-21 16:39:22 -04:00
A Holt
7ac1395932 Clarified usage explanation (what "./runtags" shows when run w/o params) 2017-09-21 16:38:04 -04:00
Tim Moody
825d442a34 move ansible tmp file to eliminate ~ 2017-09-21 16:01:53 -04:00
Jerry Vonau
fa2dd70cab replace usage warning 2017-09-21 14:54:44 -05:00
A Holt
26de481e93 Merge pull request #299 from holta/master
smallfiles=true added to mongod.conf
2017-09-21 13:07:17 -04:00
A Holt
94aa326184 smallfiles=true added to mongod.conf
Suggested by @arky in https://github.com/iiab/iiab/issues/254
2017-09-21 13:02:43 -04:00
georgejhunt
9200644a48 Merge pull request #239 from jvonau/net_last
Run network playbook once during runansible
2017-09-21 08:03:55 -07:00
georgejhunt
0555aca5d8 Merge pull request #278 from jvonau/squid
cover bad selection of install False enabled True by enduser
2017-09-21 08:01:07 -07:00
georgejhunt
5f3b5bacea Merge pull request #295 from tim-moody/9-20-modules
add modules directory
2017-09-21 07:59:18 -07:00
George Hunt
0706e94f89 typos in when clause 2017-09-21 07:56:57 -07:00
George Hunt
383933eb38 stat requires path 2017-09-21 07:56:57 -07:00
George Hunt
e794e1e9d2 put in separate file, execute unconditionally 2017-09-21 07:56:57 -07:00
George Hunt
c021882545 Jerry suggested moving out of 1-prep 2017-09-21 07:56:57 -07:00
George Hunt
ee08c55f29 var no longer needed 2017-09-21 07:56:57 -07:00
George Hunt
effdd484f3 mountpoint fix for udev 2017-09-21 07:56:57 -07:00
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
A Holt
cab92435a9 Update install.yml 2017-09-20 20:13:18 -04:00
A Holt
d22e428a90 Update main.yml 2017-09-20 18:11:00 -04:00
A Holt
ee1ae0214c Update install.yml 2017-09-20 18:10:10 -04:00
A Holt
cf9a072762 always download latest WordPress directly
Explained @ https://github.com/iiab/iiab/issues/293
2017-09-20 18:07:25 -04:00
Tim Moody
83ebd921b1 add modules directory 2017-09-20 15:24:05 -04:00
A Holt
3ab8e6d62e Merge pull request #282 from tim-moody/9-20-psql-default
turn postgresql off by default and let computed vars turn on
2017-09-20 12:29:45 -04:00
Tim Moody
2349a639aa turn postgresql off by default and let computed vars turn on 2017-09-20 09:39:59 -04:00
Jerry Vonau
fbb0912b34 run network playbook once during runansble 2017-09-19 19:26:40 -05:00
Jerry Vonau
50f849a649 cover bad selection of install False enabled True by enduser 2017-09-19 18:35:00 -05:00
Jerry Vonau
1dd9f699f4 fix whitespace on moved files 2017-09-19 14:51:17 -05:00
Jerry Vonau
4b620b0e0f Keep iiab-admin files together 2017-09-19 14:51:17 -05:00
Jerry Vonau
41b0343d47 Close the backdoor if rquested 2017-09-19 14:41:22 -05:00
A Holt
ad514925d3 Merge pull request #276 from iiab/holta-wordpress-4.8.1
WordPress 4.8.1 instead of 4.8
2017-09-19 03:53:47 -04:00
A Holt
b96667ae3a WordPress 4.8.1 instead of 4.8
In preparation for IIAB 6.4 release.
2017-09-19 02:55:46 -04:00