Compare commits

..

No commits in common. "4d95b0ddbd6494427204b1ac7aeff601a344dcd8" and "31e3506d3030e9989aebc77907c8382309e8d55e" have entirely different histories.

6 changed files with 2 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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