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
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 |
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
base=8000 #port | |
range="192.168.121." | |
contents = <<-EOS | |
Listen %{port} https | |
<VirtualHost *:%{port}> | |
ProxyPass / https://%{ip_address}/ | |
<Location /> | |
ProxyPassReverse https://%{ip_address}/ | |
</Location> |
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
This playbook has been removed as it is now very outdated. |