inisital commit
This commit is contained in:
6
lamp_ubuntu1804_2hosts_withroles/group_vars/all
Normal file
6
lamp_ubuntu1804_2hosts_withroles/group_vars/all
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# Variables listed here are applicable to all host groups
|
||||
|
||||
httpd_port: 80
|
||||
ntpserver: 192.168.1.2
|
||||
repository: https://github.com/barais/mywebapp.git
|
||||
10
lamp_ubuntu1804_2hosts_withroles/group_vars/dbservers
Normal file
10
lamp_ubuntu1804_2hosts_withroles/group_vars/dbservers
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# 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
|
||||
mysql_root_password: root
|
||||
6
lamp_ubuntu1804_2hosts_withroles/group_vars/webservers
Normal file
6
lamp_ubuntu1804_2hosts_withroles/group_vars/webservers
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# 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.
|
||||
|
||||
databasepublicip: 192.168.56.142
|
||||
publicip: 192.168.56.141
|
||||
Reference in New Issue
Block a user