jjshoe
9cdcdeb42a
Nit-picky grammer making it easier to read.
2014-03-10 17:26:48 -05:00
Gilles Cornu
1d09fc4a79
provisioners/ansible: add new option raw_ssh_args
...
Since the Ansible provisioner now potentially exports ANSIBLE_SSH_ARGS
variable, it is fair to allow to extend the content of this environment
variable (`ssh_args` parameters from ansible.cfg file have lower
priority)
2014-03-09 22:47:24 +01:00
Gilles Cornu
c39912287d
website/docs: remove unwanted brackets (typo)
2014-03-06 23:57:47 +01:00
Gilles Cornu
1d328f7021
provisioners/ansible: Disable host key checking
...
Close #3060
2014-03-06 23:55:08 +01:00
Mitchell Hashimoto
857b989c47
provisioners/docker: setting to not auto assign name
2014-03-04 07:31:13 -08:00
Mitchell Hashimoto
a1b29ca82b
Merge pull request #2991 from gildegoma/review-pr2926
...
provisioner/ansible: Ansible single inventory file
2014-02-27 11:30:12 -08:00
odigity
91af6a7b81
added docs for 'file' provisioner
2014-02-25 11:33:08 -05:00
Gilles Cornu
49b5b6515d
Ansible Docs: Tip about wrong remote user
...
Hint motivated by misleading situations reported in #2710 .
2014-02-25 06:59:39 +01:00
Gilles Cornu
84eb0d972c
Ansible Docs: Tip to ship a local `ansible.cfg`
...
Hint motivated by misleading situations reported in #2302 .
2014-02-25 06:57:10 +01:00
Gilles Cornu
f83f863d4d
website/docs: Update Ansible URLs
2014-02-24 17:02:39 +01:00
Gilles Cornu
1cd2fe56a0
ansible: generate inventory in .vagrant/...
2014-02-24 16:52:38 +01:00
Gilles Cornu
d5055c6252
provisioners/ansible: improve `inventory_path` doc
...
Related to discussion held in #3004 .
2014-02-24 16:47:10 +01:00
Teemu Matilainen
2aa3a8bcde
website/docs: sync Chef option documentation
...
[ci skip]
2014-02-22 00:59:14 -03:00
Gilles Cornu
74c4ae06c1
Ansible Docs: Tip about Parallel Multi-Machine
2014-02-17 22:36:46 +01:00
Gilles Cornu
17a4d75fd5
Ansible: Try to document the limit breaking change
2014-02-17 22:34:38 +01:00
Gilles Cornu
c2663f5d30
provisioners/ansible: Fix Group Management
...
- Support arbitrary depth of "groups of groups of ... groups"
- Skip ':vars' suffix, but allow group names with ':' (yes, Ansible
accepts this character)
- Like for groups of machines, groups of groups can result "empty", but
it is not an issue for Ansible. Recursive filter on the group tree is
a bit hard to implement, and don't brind real added value at Vagrant
level.
2014-02-16 11:20:00 +01:00
Mitchell Hashimoto
8603aeb2b9
website/docs: document it
2014-02-03 21:56:41 +01:00
Mitchell Hashimoto
1d69e95c1c
provisioners/docker: config to disablize -d flag
2014-02-03 16:14:59 +01:00
Gilles Cornu
b723f0d43d
provisioners/ansible: Document new default limit
...
- explain new default ansible.limit
- shift `ansible.groups` part to Inventory section
- change/add inventory examples
2014-02-03 11:45:03 +01:00
Mark Aaron Shirley
3bf5032d4b
Update Ansible provisioner to only create a single inventory file
...
The Ansible provisioner will now only create a single inventory file named,
"vagrant_ansible_inventory". All defined Vagrant machines will be added to
this inventory file. Provisioning will now include a "--limit=#{machine}"
option to scope Ansible provisioning tasks to just the current machine. Setting
the Ansible provisioner's "limit" config option will override the new default
limit. Ansible provisioning scripts will now have access to all other defined
machines and what groups they reside in.
2014-02-01 13:04:20 -08:00
Mitchell Hashimoto
2ca498a5dd
provisioners/docker: build images using new DSL
2014-01-14 09:22:55 -08:00
Mitchell Hashimoto
5c4973beb8
Merge pull request #2658 from gildegoma/ansible_doc_small_improvements
...
website/docs: cosmetic improvements on Ansible
2014-01-07 14:07:57 -08:00
Mitchell Hashimoto
ab57550291
website/docs: document puppet options
2014-01-02 14:49:15 -08:00
Mitchell Hashimoto
cf017822ca
website/docs: document synced_folder_type for chef
2014-01-02 14:42:40 -08:00
mbargar
396d1bb7c1
Correcting the name and url for the Dockerfile instruction that sets the default command to run in an image
2013-12-20 16:09:23 -05:00
Gilles Cornu
e5f45e2b79
Ansible: Fix a bug in `raw_arguments` option
...
Without this change, it is not possible to pass more than one "raw"
argument, which was not the expected behavior. In addition to Array
format, String (for a single argument) is still accepted (for sake of
"backward compatibility" and ease of use).
Note: Due to low/expert usage of this option, I think that it is not
necessary to add more robust validation on this parameter (e.g. Array
of String type checking or argument syntax pattern matching). Use it at
your own risk ;-)
2013-12-16 21:20:10 +01:00
Gilles Cornu
d584a56ac2
Ansible Docs: Display multiline examples in block
2013-12-14 16:14:20 +01:00
Gilles Cornu
213534d185
Merge pull request #2606 from maspwr/ansible-groups
...
Add ability to use Ansible groups in generated inventory. Fixes #2551 .
2013-12-14 07:03:22 -08:00
Anthony Scalisi
d086d6d775
mention chef.delete_node and chef.delete_client methods in the DOCS
2013-12-10 10:48:27 -08:00
Mark Aaron Shirley
7dc660fd7f
Add Ansible groups docs.
2013-12-08 23:33:51 -08:00
Fabio Rehm
6d7a2fe113
website/docs: Add some links to Docker provisioner page
2013-12-05 22:14:57 -02:00
Fabio Rehm
bdd4e82e49
website/docs: Add an example on how to run multiple containers based off the same image
2013-12-05 22:13:46 -02:00
Mitchell Hashimoto
76fd0e7efd
website/docs: document the Docker provisioner
2013-12-03 16:29:06 -08:00
Mitchell Hashimoto
1156841225
website/docs: clarify when provisioners are run [GH-2541]
2013-11-26 18:46:05 -08:00
Mitchell Hashimoto
6f2d6981cb
website/docs: better Chef docs [GH-2436]
2013-11-26 11:44:16 -08:00
Mitchell Hashimoto
25a8491465
provisioners/puppet: manifests path can be in the VM [GH-1805]
2013-11-25 22:39:20 -08:00
Mitchell Hashimoto
e72cd9c98e
provisioners/puppet: can specify a client key/cert
2013-11-25 15:17:05 -08:00
Mitchell Hashimoto
57d4775140
provisioners/shell: allow array args [GH-1949]
2013-11-25 13:36:51 -08:00
Mitchell Hashimoto
10daa6fddf
Merge pull request #2366 from gildegoma/ansible-extra-vars
...
provisioners/ansible: Improvements for 'extra_vars' argument
2013-11-24 21:21:44 -08:00
Mitchell Hashimoto
b65b22cef2
update changelog
2013-11-23 16:05:44 -08:00
Mitchell Hashimoto
2a35ec425c
Merge pull request #2505 from jaugustin/shell-keep-color
...
provisioner/shell: add keep_color option to allow custom color output
2013-11-23 16:03:15 -08:00
Mitchell Hashimoto
0166e26990
Merge pull request #2460 from jeremyfelt/patch-1
...
website/docs: Add CentOS 'testing' argument for install_type
2013-11-23 11:26:59 -08:00
Phil Smith
bd588a0ffe
Typo!
2013-11-18 19:06:01 -08:00
jaugustin
722e9e6afb
[Provisioner][Shell] add keep_color option to allow custom color output
2013-11-16 13:34:58 +01:00
Jeremy Felt
fdfd09b632
Add CentOS 'testing' argument for install_type
...
The Salt bootstrap file allows for the use of a testing repository in CentOS systems.
2013-11-05 09:36:45 -08:00
Gilles Cornu
5aff4a1f20
Ansible: Improvements for 'extra_vars' argument
...
`extra_vars` argument can now:
- contains a hierarchical set of parameters (instead of flat Key-Value Pairs)
- alternatively refers to a configuration file (instead of embedded Hash)
See Ansible Documentation for version requirement details:
http://www.ansibleworks.com/docs/playbooks_variables.html#passing-variables-on-the-command-line
2013-10-12 00:29:39 +02:00
Matthew Haughton
6bd0bf64e9
docs: add Puppet Hiera docs [GH-2317]
2013-10-09 22:51:12 -04:00
Mitchell Hashimoto
9bc2549b8e
Merge pull request #2316 from jeffasinger/salt-docs
...
website/docs: Adding salt documention to resolve #2315
2013-10-05 09:29:03 -07:00
Matthew Johnson
eb5fc9d261
remove extra alias for vvv verbosity
2013-10-04 15:29:26 -04:00
Matthew Johnson
e5a2f1e8b7
fix ansible-playbook runs when verbosity is not specified
2013-10-04 02:58:49 -04:00