Skip to content

Instantly share code, notes, and snippets.

@johnpmitsch
Created July 20, 2016 18:28
Show Gist options
  • Save johnpmitsch/6d5822f4b8a27abfb41831bf07fac1cf to your computer and use it in GitHub Desktop.
Save johnpmitsch/6d5822f4b8a27abfb41831bf07fac1cf to your computer and use it in GitHub Desktop.
rhel7.2 vagrant boxes
rhel7server:
box_name: rhel7
shell: 'echo TEST'
pty: true
libvirt: http://file.gru.redhat.com/~marcsilv/vagrant/boxes/rhel-7.2-x86_64.libvirt.box
rhel7client:
box_name: rhel7
shell: 'echo TEST'
pty: true
libvirt: http://file.gru.redhat.com/~marcsilv/vagrant/boxes/rhel-7.2-x86_64.libvirt.box
@johnpmitsch
Copy link
Author

johnpmitsch commented Jul 20, 2016

$ subscription-manager register
$ subscription-manager attach --auto

@johnpmitsch
Copy link
Author

yum install -y bash-completion vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment