metamon icon indicating copy to clipboard operation
metamon copied to clipboard

Collection of Ansible playbooks to quickly start your Django Application

Results 12 metamon issues
Sort by recently updated
recently updated
newest added

Hey there, I'm having an issue attempting to run the ansible playbooks after creating the vagrant box. I end up getting an error when it attempts to SSH into the...

Documentation on the different roles as well as a general overview is rather poor. Details should be added so that things can be more easily fixed and improved.

Documentation

You should probably indicate the ideal host environment and what should work and what won't work - like Windows.

Documentation

Allow specifying the Python version to use.

enhancement

We have been using these playbooks since before time. A cleanup may be needed in order to take advantage of new Ansible features as well as remove unnecessary code that...

enhancement

Investigate the value of [`ALLOWED_HOSTS` ](https://docs.djangoproject.com/en/1.7/ref/settings/#allowed-hosts) giving trouble when `DEBUG` is set to `True`. [More info](http://stackoverflow.com/questions/15128135/setting-debug-false-causes-500-error).

question

Add a simple wizard to ease customization and installation.

enhancement

Add a role to install packages for generation documentation (such as Sphinx) as well as starting a documentation project if there is none.

enhancement

Right now deploys have to be run as one monolithic deploy. Tags should be added to tasks so that smaller groups of them can be run. For example, mark all...

enhancement