sync repo to git
This commit is contained in:
10
infra-config/group_vars/internal_cluster/vars
Normal file
10
infra-config/group_vars/internal_cluster/vars
Normal file
@@ -0,0 +1,10 @@
|
||||
cluster_name: "openshift"
|
||||
cluster_version: "4.17.20"
|
||||
#base_domain: "int.mk-labs.cloud"
|
||||
worker_node_count: 1
|
||||
master_node_count: 3
|
||||
cluster_network: "10.128.0.0/14"
|
||||
cluster_network_host_prefix: 23
|
||||
machine_network: "10.1.71.0/24"
|
||||
service_network: "172.30.0.0/16"
|
||||
platform_type: "none"
|
||||
14
infra-config/group_vars/ipaserver/main.yml
Normal file
14
infra-config/group_vars/ipaserver/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
ipaadmin_password: "{{ vault_ipaadmin_password }}"
|
||||
ipadm_password: "{{ vault_ipadm_password }}"
|
||||
ipaserver_domain: int.mk-labs.cloud
|
||||
ipaserver_realm: INT.MK-LABS.CLOUD
|
||||
ipaserver_setup_firewalld: true
|
||||
ipaserver_setup_dns: true
|
||||
ipaserver_forwarders: 1.1.1.1,1.0.0.1
|
||||
ipaserver_random_serial_numbers: true
|
||||
#dns_ip_addresses: "{{ ansible_hostname }}"
|
||||
#dns_reverse_zones:
|
||||
#domain: int.mk-labs.cloud
|
||||
forwarders: 1.1.1.1,1.0.0.1
|
||||
#hostname: "{{ hostname }}"
|
||||
@@ -3,7 +3,8 @@
|
||||
|
||||
### Server ###
|
||||
|
||||
unbound_num_threads: 1
|
||||
unbound_chroot: '""'
|
||||
unbound_num_threads: 2
|
||||
unbound_interfaces:
|
||||
- "{{ ip_address }}"
|
||||
#unbound_do_ip4: "yes"
|
||||
@@ -58,10 +59,10 @@ unbound_rpz_zones: [] # list of dicts
|
||||
unbound_stub_zones: [] # list of dicts
|
||||
unbound_forward_zones:
|
||||
- name: 'int.mk-labs.cloud'
|
||||
forward-addrs:
|
||||
forward-addr:
|
||||
- '10.1.71.5'
|
||||
- name: "."
|
||||
forward-addrs:
|
||||
- name: '.'
|
||||
forward-addr:
|
||||
- '1.0.0.1@53#one.one.one.one'
|
||||
- '1.1.1.1@53#one.one.one.one'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user