Skip to content

Instantly share code, notes, and snippets.

@sharvit
Created November 28, 2018 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharvit/89f6527f7a1eb8881c395a75cce4af1d to your computer and use it in GitHub Desktop.
Save sharvit/89f6527f7a1eb8881c395a75cce4af1d to your computer and use it in GitHub Desktop.
Forklift sshfs
---
centos7-devel:
primary: true
box: centos7
sshfs:
host_path: '/home/asharvit/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: sharvit
centos7-luna-devel:
box: centos7
memory: 9000
sshfs:
host_path: '/home/asharvit/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: sharvit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment