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 
							
								 
							
						 
					 
				
					
						
							
								
								
									A Holt 
								
							 
						 
						
							
							
							
							
								
							
							
								bae721cb24 
								
							 
						 
						
							
							
								
								remove "OS not supported" broken conditional  
							
							... 
							
							
							
							This (flawed) error msg is universally deceptive/distracting to new installers. 
							
						 
						
							2017-09-18 20:46:03 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									A Holt 
								
							 
						 
						
							
							
							
							
								
							
							
								fb8b8b5d87 
								
							 
						 
						
							
							
								
								Merge pull request  #273  from iiab/holta-patch-2  
							
							... 
							
							
							
							2 typos in roles/kalite/tasks/install.yml 
							
						 
						
							2017-09-18 23:36:04 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									A Holt 
								
							 
						 
						
							
							
							
							
								
							
							
								3722f8fa0d 
								
							 
						 
						
							
							
								
								2 typos in roles/kalite/tasks/install.yml  
							
							
							
						 
						
							2017-09-18 23:33:20 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									A Holt 
								
							 
						 
						
							
							
							
							
								
							
							
								6692d6dfe8 
								
							 
						 
						
							
							
								
								Merge pull request  #269  from iiab/holta-patch-1  
							
							... 
							
							
							
							typo in roles/2-common/tasks/packages.yml 
							
						 
						
							2017-09-18 22:08:22 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									A Holt 
								
							 
						 
						
							
							
							
							
								
							
							
								45ec82d1fb 
								
							 
						 
						
							
							
								
								typo in roles/2-common/tasks/packages.yml  
							
							
							
						 
						
							2017-09-18 22:07:23 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								bc90485ce8 
								
							 
						 
						
							
							
								
								create symlink for kalite on path - remove unneeded creation of pip pre-cache  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								ae66aa3433 
								
							 
						 
						
							
							
								
								correct package name  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								c410b08ba3 
								
							 
						 
						
							
							
								
								osm paths  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								f354759fa4 
								
							 
						 
						
							
							
								
								python-virtualenv  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								2d21c0a494 
								
							 
						 
						
							
							
								
								newer files missed the patching  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								b7671bf837 
								
							 
						 
						
							
							
								
								fix url  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								db5086e85e 
								
							 
						 
						
							
							
								
								osm remove pip upgrade  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								4cf1c6af2d 
								
							 
						 
						
							
							
								
								remove strict_install flag - # out 2-common pip install code  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								017f854e31 
								
							 
						 
						
							
							
								
								merge kalite-venv  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								4dff9e1977 
								
							 
						 
						
							
							
								
								OSM-venv  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								5b2b599bde 
								
							 
						 
						
							
							
								
								remove strict from olpc.localvars  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								265cc06fa6 
								
							 
						 
						
							
							
								
								missing statement  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								778aff5207 
								
							 
						 
						
							
							
								
								toggle strict  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								bbde651096 
								
							 
						 
						
							
							
								
								use strict_install for CentOS  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								5033c846e1 
								
							 
						 
						
							
							
								
								strict_install python-setuptools and pip  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								7ca0970b5a 
								
							 
						 
						
							
							
								
								introduce strict_install  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jerry Vonau 
								
							 
						 
						
							
							
							
							
								
							
							
								43bf8174c0 
								
							 
						 
						
							
							
								
								make DG and squid respect *_install and default dansguardian_install to False  
							
							
							
						 
						
							2017-09-18 13:38:53 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									georgejhunt 
								
							 
						 
						
							
							
							
							
								
							
							
								2db2c58641 
								
							 
						 
						
							
							
								
								Merge pull request  #263  from georgejhunt/mongo-conf  
							
							... 
							
							
							
							Mongo conf 
							
						 
						
							2017-09-18 11:14:28 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									George Hunt 
								
							 
						 
						
							
							
							
							
								
							
							
								dd80a8a03d 
								
							 
						 
						
							
							
								
								mongo version mixup. which conf file is used? we write to both  
							
							
							
						 
						
							2017-09-18 11:11:24 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									George Hunt 
								
							 
						 
						
							
							
							
							
								
							
							
								0c5f5b5fd2 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/iiab/iiab  
							
							
							
						 
						
							2017-09-18 10:36:40 -07:00