Add all files needed to bring up VM and run agaric.com locally
This commit is contained in:
parent
52c8b60bac
commit
4d2bc0ee24
742 changed files with 24037 additions and 0 deletions
23
box/provisioning/roles/geerlingguy.git/defaults/main.yml
Normal file
23
box/provisioning/roles/geerlingguy.git/defaults/main.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
workspace: /root
|
||||
|
||||
# If git_install_from_source is set to false, these two variables define whether
|
||||
# to use an additional repo for the package installation, and which git packages
|
||||
# will be installed.
|
||||
git_enablerepo: ""
|
||||
git_packages:
|
||||
- git
|
||||
- git-svn
|
||||
|
||||
# If set to TRUE, git will be installed from source, using the version set with
|
||||
# the 'git_version' variable instead of using a package.
|
||||
git_install_from_source: false
|
||||
git_install_path: "/usr"
|
||||
git_version: "2.9.3"
|
||||
|
||||
# If git is already installed at and older version, force a new source build.
|
||||
# Only applies if git_install_from_source is `true`.
|
||||
git_install_from_source_force_update: false
|
||||
|
||||
# Leave this at it's default.
|
||||
git_reinstall_from_source: false
|
Loading…
Add table
Add a link
Reference in a new issue