Created
June 6, 2018 19:31
-
-
Save zjhuntin/22934b9d0d0df957f466295ec3fa0a99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: all | |
become: true | |
vars: | |
vagrant_libvirt: true | |
vagrant_version: 2.1.1 | |
roles: | |
- role: vagrant | |
- hosts: all | |
become: true | |
tasks: | |
- name: install git | |
yum: | |
name: git | |
state: present | |
- name: clone forklift | |
git: | |
repo: 'http://github.com/theforeman/forklift' | |
dest: ./forklift | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment