Generate rpm of Apache httpd.
This program uses Vagrant to make rpms with Virtualbox and ansible.
- Vagrant
- Virtualbox
- INTERNET Connection
$ export http_proxy=http://USERNAME:PASSWORD@PROXY_HOST:PORT # if you need proxy server configuration to connect to the Internet.
$ git clone https://github.com/futuremaze/ansible-apache-rpmbuild.git
$ cd ansible-apache-rpmbuild
$ vagrant plugin install vagrant-proxyconf # if you need proxy server configuration to connect to the Internet.
$ vagrant up
$ vagrant halt
$ cp ./rpmbuild /path/to