22 lines
671 B
YAML
Executable File
22 lines
671 B
YAML
Executable File
# -*- mode: yaml; indent-tabs-mode: nil; tab-width: 2; coding: utf-8-unix -*-
|
|
|
|
# man wget: Using --ca-directory is more efficient than --ca-certificate when many certificates are installed
|
|
# --ca-certificate={{PLAY_CA_CERT}} --ca-directory=/etc/ssl/certs/
|
|
BASE_WGET_ARGS: "--no-hsts --tries=1 --ca-certificate={{PLAY_CA_CERT|default('/usr/local/etc/ssl/cacert-testforge.pem')}}"
|
|
|
|
BASE_TIME_DAEMON: ""
|
|
|
|
#PROXY_INSTALL_INSECURE
|
|
|
|
# does have export
|
|
base_etc_env_d: "profile.d"
|
|
# im confused between default and conf.d
|
|
ETC_CONF_D: "default"
|
|
# definitely need export in profile.d
|
|
etc_env_export: "export "
|
|
|
|
base_system_users: []
|
|
base_sudo_group: ""
|
|
|
|
base_gpg_keys_system: []
|