Created
June 8, 2018 19:13
-
-
Save zjhuntin/751f4c7ef49d92e0356e5454d5915b89 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: libvirt | |
- 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