2015-12-31 00:11:33 +08:00
|
|
|
---
|
2016-01-21 20:19:02 +08:00
|
|
|
run_gitinfos: false
|
|
|
|
|
2017-09-27 21:47:47 +08:00
|
|
|
# Set to true to allow pre-checks to fail and continue deployment
|
|
|
|
ignore_assert_errors: false
|
|
|
|
|
2018-02-07 14:53:09 +08:00
|
|
|
epel_enabled: false
|
2016-10-15 05:46:44 +08:00
|
|
|
|
2015-12-31 21:07:02 +08:00
|
|
|
common_required_pkgs:
|
2015-12-31 05:15:18 +08:00
|
|
|
- python-httplib2
|
2018-05-08 16:03:30 +08:00
|
|
|
- "{{ (ansible_distribution == 'openSUSE Tumbleweed') | ternary('openssl-1_1', 'openssl') }}"
|
2015-12-31 21:07:02 +08:00
|
|
|
- curl
|
2016-01-09 17:45:50 +08:00
|
|
|
- rsync
|
2016-02-12 06:08:16 +08:00
|
|
|
- bash-completion
|
2016-09-15 03:27:33 +08:00
|
|
|
- socat
|
2017-02-09 05:41:36 +08:00
|
|
|
- unzip
|
2015-12-31 21:07:02 +08:00
|
|
|
|
2016-08-08 18:59:20 +08:00
|
|
|
# Set to true if your network does not support IPv6
|
|
|
|
# This maybe necessary for pulling Docker images from
|
|
|
|
# GCE docker repository
|
|
|
|
disable_ipv6_dns: false
|
2016-03-29 20:50:22 +08:00
|
|
|
|
2016-12-27 23:39:00 +08:00
|
|
|
kube_cert_group: kube-cert
|
|
|
|
kube_config_dir: /etc/kubernetes
|
2016-03-29 20:50:22 +08:00
|
|
|
|
2017-01-05 18:35:16 +08:00
|
|
|
# Container Linux by CoreOS cloud init config file to define /etc/resolv.conf content
|
2016-12-07 23:57:05 +08:00
|
|
|
# for hostnet pods and infra needs
|
|
|
|
resolveconf_cloud_init_conf: /etc/resolveconf_cloud_init.conf
|
2017-06-30 20:17:03 +08:00
|
|
|
|
|
|
|
# All inventory hostnames will be written into each /etc/hosts file.
|
|
|
|
populate_inventory_to_hosts_file: true
|
2017-10-12 03:40:21 +08:00
|
|
|
|
|
|
|
preinstall_selinux_state: permissive
|
2018-04-27 23:50:58 +08:00
|
|
|
|
|
|
|
sysctl_file_path: "/etc/sysctl.d/99-sysctl.conf"
|