reorg. passages plabooks dans old
This commit is contained in:
23
old/s-bdd.yml
Normal file
23
old/s-bdd.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
vars:
|
||||
maria_dbhost: "192.168.102.254"
|
||||
maria_dbname: "wordpress"
|
||||
maria_dbuser: "wp"
|
||||
maria_dbpasswd: "wp"
|
||||
|
||||
|
||||
roles:
|
||||
- base
|
||||
- goss
|
||||
# - s-lb-bd
|
||||
- mariadb
|
||||
- role: db-user
|
||||
cli_ip: "192.168.102.1"
|
||||
- role: db-user
|
||||
cli_ip: "192.168.102.2"
|
||||
- role: db-user
|
||||
cli_ip: "192.168.102.3"
|
||||
- snmp-agent
|
||||
- post
|
18
old/s-lb-wordpress.yml
Normal file
18
old/s-lb-wordpress.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
vars:
|
||||
wp_mysql_db: "wordpress"
|
||||
wp_mysql_user: "wp"
|
||||
wp_mysql_password: "wp"
|
||||
wp_mysql_host: "192.168.102.50"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- goss
|
||||
- apache2
|
||||
- s-lb-wordpress
|
||||
- snmp-agent
|
||||
- post
|
||||
- mysql
|
||||
- php-fpm
|
18
old/s-lb-wordpress2.yml
Normal file
18
old/s-lb-wordpress2.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
vars:
|
||||
wp_mysql_db: "wordpress"
|
||||
wp_mysql_user: "wp"
|
||||
wp_mysql_password: "wp"
|
||||
wp_mysql_host: "192.168.102.50"
|
||||
|
||||
roles:
|
||||
- base
|
||||
- goss
|
||||
- apache2
|
||||
- s-lb-wordpress
|
||||
- snmp-agent
|
||||
- post
|
||||
- mysql
|
||||
- php-fpm
|
Reference in New Issue
Block a user