add floating ip and clean up some more
This commit is contained in:
parent
690e1c9f21
commit
c7ce009bdf
1 changed files with 3 additions and 2 deletions
|
@ -9,13 +9,13 @@ tcp_ports: [22, 80, 443]
|
|||
inventory_tenant: persistent
|
||||
inventory_instance_name: ansiblemagazine
|
||||
hostbase: ansiblemagazine
|
||||
public_ip:
|
||||
public_ip: 209.132.184.238
|
||||
root_auth_users: gdk rbergero pfrields
|
||||
description: Ansible Magazine
|
||||
|
||||
host_backup_targets: ['/backups', '/var/www/html']
|
||||
dbs_to_backup: ['wp']
|
||||
mariadb_root_password: "{{ ansiblemagazine_mariadb_password }}"
|
||||
mariadb_root_password: "{{ ansiblemagazine_db_password }}"
|
||||
extra_enablerepos: ''
|
||||
|
||||
cloud_networks:
|
||||
|
@ -26,3 +26,4 @@ nagios_Check_Services:
|
|||
nrpe: true
|
||||
sshd: true
|
||||
httpd: true
|
||||
swap: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue