Created
November 28, 2018 13:10
-
-
Save sharvit/89f6527f7a1eb8881c395a75cce4af1d to your computer and use it in GitHub Desktop.
Forklift sshfs
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
--- | |
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