Skip to content

Instantly share code, notes, and snippets.

@zjhuntin
Created June 8, 2018 19:13
Show Gist options
  • Save zjhuntin/751f4c7ef49d92e0356e5454d5915b89 to your computer and use it in GitHub Desktop.
Save zjhuntin/751f4c7ef49d92e0356e5454d5915b89 to your computer and use it in GitHub Desktop.
---
- 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