Commit Graph

70 Commits

Author SHA1 Message Date
Joris van de Donk 6e397f6e85 Update URL for ansible local-playbooks in docs
The old URL wasn't available anymore and returned a 404
2014-02-28 08:52:04 +01:00
Mitchell Hashimoto ab97545a52 provisioner/puppet-server: docs 2014-02-24 09:51:48 -08:00
Mitchell Hashimoto 2af91addf9 Merge pull request #796 from Jimdo/puppet-server
Add puppet server provisioner
2014-02-24 09:49:27 -08:00
Mitchell Hashimoto 000e5b67ff provisioner/chef-client: docs and validation key path 2014-02-24 09:45:04 -08:00
Jan Brauer 3dd0f9d6ac Update documentation 2014-02-03 21:07:26 +01:00
jamie brim ec1adec029 provisioner/ansible: configurable command / args
allow users to provide a replacement command / extra args to the
ansible-local provisioner.

this is useful, for example, to unbuffer output when using the
docker builder, or to modify ansible behavior, like enabling
verbose mode, injecting variables, or changing paths.
2014-01-22 14:34:34 -08:00
Jan Brauer 9d01684c1c Use sudo by default, as in puppet-masterless 2014-01-09 08:51:48 +01:00
Jan Brauer 58b06526f5 Update docs for puppet-server provisioner 2014-01-08 13:03:03 +01:00
Jan Brauer 864f4b5851 Add docs for puppet-server provisioner 2014-01-08 12:51:11 +01:00
Bob Potter 11353f182e website: really fix puppet provisioner cmd docs 2014-01-04 12:55:56 -06:00
Bob Potter 9c07d2d5b3 website: correct default puppet provisioner command 2013-12-31 15:06:08 -06:00
Mitchell Hashimoto 4274d1fcc1 website: use the comparison operators in Puppet docs 2013-12-11 12:39:42 -08:00
Mitchell Hashimoto 2986452804 provisioner/puppet-masterless: simplify manifest dir upload 2013-12-11 11:20:22 -08:00
Jan Brauer 89d72851a1 Update docs 2013-11-26 08:29:43 +01:00
Mitchell Hashimoto b96b2997a8 website: update chef solo docs 2013-11-18 16:14:33 -08:00
Jeff Quast 2728029db7 Update chef-solo.html.markdown
underscore of "data_bags" should be escaped; causes run-on italic
2013-11-14 16:13:20 -08:00
mmercer-appneta bddca94228 Added missing close-curly-brace to default value of execute_command. 2013-10-24 18:33:06 -07:00
Mitchell Hashimoto 6a3fd92275 Update CHANGELOG and link in Ansible 2013-10-20 17:48:03 -07:00
Mitchell Hashimoto d94cff93da Merge pull request #475 from kelseyhightower/ansible-provisioner
provisioner/ansible-local: Add support for provisioning with Ansible
2013-10-20 17:46:36 -07:00
Tate Eskew 7ad8b6d194 fix typo in docs for saltmasterless provisioner. bootstrap was spelled incorrectly 2013-10-17 11:12:21 -05:00
Kelsey Hightower fd7f1c8b9a Add ansible-local provisioner website docs 2013-09-29 13:56:43 -07:00
Nathan Sullivan c47f740946 fix variable name 2013-09-24 16:14:34 +10:00
Mitchell Hashimoto abbac36796 provisioner/shell: convert windows line endings to Unix [GH-277] 2013-09-20 10:22:43 -07:00
Tim Mower 9c519eda41 Fix syntax error in puppet template 2013-09-20 11:36:37 +01:00
Mitchell Hashimoto 129f1290c1 Merge pull request #411 from jerryclinesmith/issue_348
provisioners/chef-solo: add support for roles and data_bags
2013-09-18 14:13:41 -07:00
Mitchell Hashimoto dc0232975d provisioner/chef-solo: ability to specify custom chef template 2013-09-15 23:29:29 -07:00
Jerry Clinesmith bcf6d537dc #348: chef-solo provisioner: update docs 2013-09-10 22:00:52 -05:00
Mitchell Hashimoto adbb490189 provisioner/file: support uploading directories [GH-251] 2013-09-09 14:00:06 -07:00
Mitchell Hashimoto fd0df9ff58 provisioners/puppet-masterless: support hiera configs 2013-09-09 13:24:17 -07:00
Mitchell Hashimoto 41b70aae99 provisioner/puppet-masterless: support custom facts 2013-09-08 23:00:11 -07:00
Mitchell Hashimoto 107309ab67 website: document the Puppet provisioner 2013-09-07 23:56:00 -07:00
ttres 96f12e14dc Minor URL typo
URLs with special characters should escape them.
2013-09-05 16:27:38 -03:00
Mitchell Hashimoto 12e33f6c87 website: fix typo s/script/shell/ provisioner 2013-09-01 10:11:28 -07:00
Mitchell Hashimoto 04260e38ee website: page titles on provisioner docs 2013-09-01 10:02:46 -07:00
Mark Peek 4d42c79d1f website: add tip about using apt-get/yum -y to prevent hangs 2013-08-29 22:19:13 -07:00
Christopher Elkins c9352ce238 Fix incorrect config key for staging directory 2013-08-28 21:23:57 -07:00
Mitchell Hashimoto c781045935 website: document shuting down network interfaces for reboot 2013-08-28 10:46:45 -07:00
Mitchell Hashimoto a8694fdda8 Merge pull request #353 from rach/add-setting-for-pillar-folder
provisioner/salt-masterless: Add setting for pillar folder
2013-08-27 17:36:28 -07:00
Rachid Belaid a755be49fa Add doc and change pillar tree in roots to respect salt vocabulary 2013-08-28 01:01:37 +01:00
Mitchell Hashimoto e0414aa056 website: document chef solo provisioner 2013-08-27 14:29:52 -07:00
Mitchell Hashimoto 6d92e19a59 website: delete salt.html.markdown 2013-08-23 15:41:55 -07:00
Rachid Belaid 3cb3a7cd30 Fix #264 to upload local minion config
Conflicts:
	provisioner/salt-masterless/provisioner.go
	website/source/docs/provisioners/salt.html.markdown
2013-08-23 15:41:11 -07:00
Mark Peek c71419f701 website: tweak the formatting of the sleep tip 2013-08-20 23:45:02 -07:00
Adam Hawkins 9e48f5ea23 Fix syntax error 2013-08-21 01:35:48 +02:00
Adam Hawkins 70251a2c2a Add sleep tip about ssh 2013-08-21 01:34:48 +02:00
Mark Peek ad298abe48 website: add a troubleshooting section for the shell provisioner 2013-08-20 14:07:21 -07:00
Mitchell Hashimoto 026175e67c website: document handling reboots 2013-08-16 10:05:03 -07:00
Pierre Ozoux 2fe54acd98 typo in the link 2013-08-14 15:04:02 +01:00
Mitchell Hashimoto 21f92715c0 provisioner/shell: start_retry_timeout for reboot handling [GH-260] 2013-08-12 15:49:55 -07:00
Rach Belaid 23b856332e #269 Make local_state_tree option not mandatory
Update and rename salt.html.markdown to salt-masterless.html.markdown
salt.html.markdown had a better history and formatting
And remove local_state_tree from required option from code and docs
2013-08-10 16:18:57 +01:00