add floating ip and clean up some more

This commit is contained in:
Kevin Fenzi 2017-09-15 19:34:26 +00:00
parent 690e1c9f21
commit c7ce009bdf

View file

@ -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