Compare commits
4 Commits
umcg-0.2
...
4d95b0ddbd
Author | SHA1 | Date | |
---|---|---|---|
|
4d95b0ddbd | ||
|
981b1eff63 | ||
|
31e3506d30 | ||
|
03a619823d |
@@ -1,2 +1,6 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = merlin
|
inventory = hosts
|
||||||
|
stdout_callback = debug
|
||||||
|
vault_password_file = .vault_pass.txt
|
||||||
|
forks = 20
|
||||||
|
host_key_checking = false
|
||||||
|
2
group_vars/horizon.yml
Normal file
2
group_vars/horizon.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
security_fail2ban_enabled: false
|
@@ -6,4 +6,5 @@
|
|||||||
- hosts: horizon
|
- hosts: horizon
|
||||||
become: True
|
become: True
|
||||||
roles:
|
roles:
|
||||||
|
- geerlingguy.security
|
||||||
- horizon
|
- horizon
|
||||||
|
2
host_vars/openstack03
Normal file
2
host_vars/openstack03
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
listen_ip: '172.23.40.243'
|
2
host_vars/openstack04
Normal file
2
host_vars/openstack04
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
listen_ip: '172.23.40.253'
|
@@ -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
|
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
export OS_PROJECT_DOMAIN_NAME=Default
|
||||||
|
export OS_USER_DOMAIN_NAME=Default
|
||||||
export OS_TENANT_NAME=admin
|
export OS_TENANT_NAME=admin
|
||||||
export OS_USERNAME=admin
|
export OS_USERNAME=admin
|
||||||
export OS_PASSWORD={{ hostvars[groups['keystone'][0]]['OS_PASSWORD'] }}
|
export OS_PASSWORD={{ hostvars[groups['keystone'][0]]['OS_PASSWORD'] }}
|
||||||
|
Reference in New Issue
Block a user