Skip to content

Instantly share code, notes, and snippets.

@Ron-Lavi
Last active April 4, 2019 13:23
Show Gist options
  • Save Ron-Lavi/a57baa88031e652bb64da824e882056e to your computer and use it in GitHub Desktop.
Save Ron-Lavi/a57baa88031e652bb64da824e882056e to your computer and use it in GitHub Desktop.
Forklift painfulness
Installation:
- install also system sshfs for using reverse sshfs.
- vagrant-libvirt
- local yaml example:
centos7-devel:
primary: true
box: centos7
sshfs:
host_path: '/home/rlavi/Projects/theforeman/vagrant-shares/centos7-devel'
guest_path: '/home/vagrant'
reverse: True
ansible:
playbook: 'playbooks/devel.yml'
group: 'devel'
variables:
ssh_forward_agent: true
foreman_devel_github_push_ssh: True
katello_devel_github_username: laviro
centos7-luna-devel:
box: centos7
memory: 9000
sshfs:
host_path: '/home/rlavi/Projects/theforeman/vagrant-shares/centos7-luna-devel'
guest_path: '/home/vagrant'
reverse: True
ansible:
playbook: 'playbooks/luna-devel.yml'
group: 'devel'
variables:
katello_devel_github_username: laviro
-Name `forklift_centos7-luna-devel` of domain about to create is already taken. Please try to run
`vagrant up` command again.
- sudo virsh list --all
- sudo virsh undefine forklift_centos7-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment