Getting shell set up
This commit is contained in:
6
group_vars/all
Normal file
6
group_vars/all
Normal 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
9
group_vars/dbservers
Normal 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
|
||||
Reference in New Issue
Block a user