Getting shell set up

This commit is contained in:
2016-01-14 08:46:55 -05:00
parent 64979e15a5
commit 1771165636
8 changed files with 237 additions and 0 deletions

6
group_vars/all Normal file
View File

@@ -0,0 +1,6 @@
---
# Variables listed here are applicable to all host groups
repository: https://github.com/jcwimer/wrestlingApp.git
firstdbhostname: {{ groups[['dbservers'][0]] }}

9
group_vars/dbservers Normal file
View File

@@ -0,0 +1,9 @@
---
# The variables file used by the playbooks in the dbservers group.
# These don't have to be explicitly imported by vars_files: they are autopopulated.
mysqlservice: mysqld
mysql_port: 3306
dbuser: foouser
dbname: foodb
upassword: abc