2017 © Pedro Peláez
 

project gozma12

Easily vagrant up ubuntu/precise64 machines with ansible roles.

image

trsenna/gozma12

Easily vagrant up ubuntu/precise64 machines with ansible roles.

  • Saturday, December 24, 2016
  • by trsenna
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • ApacheConf
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 50 % Grown

The README.md

Gozma12

Easily vagrant up ubuntu/precise64 machines., (*1)

Included Software

  • Ubuntu 12.04
  • Git
  • PHP 5.3
  • Apache
  • MySQL
  • Sqlite3
  • PostgreSQL
  • Composer
  • MailHog
  • mhsendmail
  • Oh My ZSH!

Accessing Globally

Sometimes you may want to vagrant up your Gozma12 machine from anywhere on your filesystem. You can do this on Mac / Linux systems by adding a Bash function to your Bash profile. Here goes a nice sample:, (*2)

gozma12() {
  if [ "destroy" == $1 ];
  then
    echo "Sorry, the '$1' command is not encouraged!"
    return 1
  fi

  ( cd /opt/vagrant-local/gozma12 && vagrant $* )
}

Make sure to tweak the /opt/vagrant-local/gozma12 path in the function to the location of your actual Gozma12 installation. Once the function is installed, you may run commands like gozma12 up or gozma12 ssh from anywhere on your system., (*3)

The Hosts File

You must add the "domains" for your sites to the hosts file on your machine. The hosts file will redirect requests for your sites into your Gozma12 machine. On Mac and Linux, this file is located at /etc/hosts. The lines you add to this file will look like the following:, (*4)

192.168.27.12 gozma12.local

The Versions

24/12 2016

dev-master

9999999-dev

Easily vagrant up ubuntu/precise64 machines with ansible roles.

  Sources   Download

GPL-2.0+

24/12 2016

dev-develop

dev-develop

Easily vagrant up ubuntu/precise64 machines with ansible roles.

  Sources   Download

GPL-2.0+

24/12 2016

1.0.0

1.0.0.0

Easily vagrant up ubuntu/precise64 machines with ansible roles.

  Sources   Download

GPL-2.0+

24/12 2016

0.9.0

0.9.0.0

Easily vagrant up ubuntu/precise64 machines with ansible roles.

  Sources   Download

GPL-2.0+

23/12 2016

0.8.0

0.8.0.0

Easily vagrant up ubuntu/precise64 machines with ansible roles.

  Sources   Download

GPL-2.0+

20/12 2016

0.7.0

0.7.0.0

Easily vagrant up ubuntu/precise64 machines with ansible roles.

  Sources   Download

GPL-2.0+

15/07 2016

0.6.0

0.6.0.0

Easily vagrant up ubuntu/precise64 machines with ansible roles.

  Sources   Download

GPL-2.0+