Settings updates to support production installation.

This commit is contained in:
Chris Church
2013-05-21 09:10:48 -04:00
parent c6e32cde35
commit 7809e94fde
11 changed files with 114 additions and 61 deletions

View File

@@ -13,8 +13,8 @@
tasks:
- name: remove python-dateutils package if installed
yum: name=python-dateutils15 state=removed
- name: remove python-dateutil package if installed
yum: name=python-dateutil15 state=removed
- name: install packages from yum
yum: name=$item state=installed

View File

@@ -17,7 +17,7 @@
# along with Ansible Commander. If not, see <http://www.gnu.org/licenses/>.
from defaults import *
from development import *
ADMINS = (
# ('Your Name', 'your_email@domain.com'),