main.yml 401 B

1234567891011
  1. ---
  2. k3s_server_location: "/var/lib/rancher/k3s"
  3. systemd_dir: "/etc/systemd/system"
  4. api_port: 6443
  5. kubeconfig: ~/.kube/config.new
  6. user_kubectl: true
  7. # Extra environment variables to add to k3s service
  8. extra_service_envs:
  9. # set signed certificate expiration days to 3650 days
  10. # https://github.com/rancher/dynamiclistener/blob/v0.7.0/cert/cert.go#L118
  11. - CATTLE_NEW_SIGNED_CERT_EXPIRATION_DAYS=3650