Skip to content

Instantly share code, notes, and snippets.

@zjhuntin
Created June 12, 2018 14:40
Show Gist options
  • Save zjhuntin/57357a7f780ed05a7b8997b19db77349 to your computer and use it in GitHub Desktop.
Save zjhuntin/57357a7f780ed05a7b8997b19db77349 to your computer and use it in GitHub Desktop.
---
- hosts: all
become: true
vars:
vagrant_libvirt: true
vagrant_version: 2.1.1
vagrant_scp: false
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