Merge branch 'Cbeck527-master'

This commit is contained in:
Mark Peek 2015-10-18 14:34:48 -07:00
commit 60e714d11f
1 changed files with 7 additions and 2 deletions

View File

@ -51,7 +51,12 @@ Optional:
packer will assign the host `127.0.0.1`. A value of `my_group_1,my_group_2` packer will assign the host `127.0.0.1`. A value of `my_group_1,my_group_2`
will generate an Ansible inventory like: will generate an Ansible inventory like:
`{.text} [my_group_1] 127.0.0.1 [my_group_2] 127.0.0.1` ```{.text}
[my_group_1]
127.0.0.1
[my_group_2]
127.0.0.1
```
- `inventory_file` (string) - The inventory file to be used by ansible. This - `inventory_file` (string) - The inventory file to be used by ansible. This
file must exist on your local system and will be uploaded to the file must exist on your local system and will be uploaded to the
@ -62,7 +67,7 @@ specified host you're buiding. The `--limit` argument can be provided in the
`extra_arguments` option. `extra_arguments` option.
An example inventory file may look like: An example inventory file may look like:
``` ```{.text}
[chi-dbservers] [chi-dbservers]
db-01 ansible_connection=local db-01 ansible_connection=local
db-02 ansible_connection=local db-02 ansible_connection=local