Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
840c4e4d
Commit
840c4e4d
authored
Sep 10, 2014
by
Chris Spicer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add group_vars and host_vars to Ansible provisioner docs to reflect current code
parent
9214ce8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
website/source/docs/provisioners/ansible-local.html.markdown
website/source/docs/provisioners/ansible-local.html.markdown
+8
-0
No files found.
website/source/docs/provisioners/ansible-local.html.markdown
View file @
840c4e4d
...
@@ -76,6 +76,14 @@ Optional:
...
@@ -76,6 +76,14 @@ Optional:
your local system. These will be uploaded to the remote machine under
your local system. These will be uploaded to the remote machine under
`staging_directory`
/playbooks. By default, this is empty.
`staging_directory`
/playbooks. By default, this is empty.
*
`group_vars`
(string) - a path to the directory containing ansible
group variables on your local system to be copied to the
remote machine. By default, this is empty.
*
`host_vars`
(string) - a path to the directory containing ansible
host variables on your local system to be copied to the
remote machine. By default, this is empty.
*
`role_paths`
(array of strings) - An array of paths to role directories on
*
`role_paths`
(array of strings) - An array of paths to role directories on
your local system. These will be uploaded to the remote machine under
your local system. These will be uploaded to the remote machine under
`staging_directory`
/roles. By default, this is empty.
`staging_directory`
/roles. By default, this is empty.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment