mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 18:47:55 +03:00
Offline deployment: PyPi repo (#3542)
This commit is contained in:
committed by
k8s-ci-robot
parent
4f12ba00d1
commit
79bf74e90f
@@ -14,6 +14,7 @@
|
||||
pip:
|
||||
name: "hvac"
|
||||
state: "present"
|
||||
extra_args: "{{ pip_extra_args | default(omit) }}"
|
||||
|
||||
## Bootstrap
|
||||
- include_tasks: bootstrap/main.yml
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
pip:
|
||||
name: "hvac"
|
||||
state: "present"
|
||||
extra_args: "{{ pip_extra_args | default(omit) }}"
|
||||
|
||||
- name: gen_certs_vault | Pull vault CA
|
||||
get_url:
|
||||
|
||||
Reference in New Issue
Block a user