Compare commits

...

2 Commits

Author SHA1 Message Date
Egon Rijpkema 4d95b0ddbd openstack04 added to openstack03 cluster. 2018-10-10 10:44:09 +02:00
Egon Rijpkema 981b1eff63 Better security for machine that runs horizon. 2018-10-03 13:45:54 +02:00
6 changed files with 10 additions and 2 deletions

View File

@ -3,3 +3,4 @@ inventory = hosts
stdout_callback = debug
vault_password_file = .vault_pass.txt
forks = 20
host_key_checking = false

2
group_vars/horizon.yml Normal file
View File

@ -0,0 +1,2 @@
---
security_fail2ban_enabled: false

View File

@ -6,4 +6,5 @@
- hosts: horizon
become: True
roles:
- geerlingguy.security
- horizon

2
host_vars/openstack03 Normal file
View File

@ -0,0 +1,2 @@
---
listen_ip: '172.23.40.243'

2
host_vars/openstack04 Normal file
View File

@ -0,0 +1,2 @@
---
listen_ip: '172.23.40.253'

View File

@ -27,9 +27,9 @@ openstack03
[cinder-storage]
openstack03 storage_volume=/dev/sdb1
openstack04 storage_volume=/dev/sdb1
[nova-compute]
openstack03 physical_interface_mappings=provider:enp4s0f0
openstack04 physical_interface_mappings=provider:enp4s0f0
[all:vars]
listen_ip=172.23.40.243