You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.4 KiB
YAML

---
user_ssh_key: [ '{{ claudio_atzori }}', '{{ michele_artini }}' ]
iptables:
tcp_rules: True
tcp:
- { port: '11000', allowed_hosts: [ '{{ network.isti }}', '{{ network.nmis }}', '{{ network.eduroam }}', '{{ other_networks.icm_pl }}', '{{ other_networks.icm_pl_1 }}' ] }
- { port: '10000', allowed_hosts: [ '{{ network.isti }}', '{{ network.nmis }}', '{{ network.eduroam }}', '{{ other_networks.icm_pl }}', '{{ other_networks.icm_pl_1 }}' ] }
- { port: '9083', allowed_hosts: [ '{{ network.isti }}', '{{ network.nmis }}', '{{ network.eduroam }}', '{{ other_networks.icm_pl }}', '{{ other_networks.icm_pl_1 }}' ] }
- { port: '8888', allowed_hosts: [ '{{ network.isti }}', '{{ network.nmis }}', '{{ network.eduroam }}', '{{ other_networks.icm_pl }}', '{{ other_networks.icm_pl_1 }}', '0.0.0.0/0' ] }
oozie:
host: 'oozie.{{ dns_domain }}'
conf_dir: /etc/oozie/conf
user: oozie
catalina_work_dir: /usr/lib/oozie/oozie-server-0.20/work
http_port: 11000
#
# HIVE
#
hive:
host: 'hive.{{ dns_domain }}'
conf_dir: /etc/hive/conf
user: hive
metastore_port: 9083
server2_http_port: 10000
setugi: True
#
# HUE
#
hue:
user: hue
group: hue
host: 'hue.{{ dns_domain }}'
http_port: 8888
conf_dir: /etc/hue
hive_interface: hiveserver2
exec_path: /usr/share/hue/build/env/bin/hue
encoding: 'utf-8'
setuid_path: /usr/share/hue/apps/shell/src/shell/build/setuid