Ansible.K3sCluster/.drone.yml

24 lines
550 B
YAML
Raw Normal View History

2022-04-18 10:58:57 +00:00
kind: pipeline
type: kubernetes
name: k3s_cluster
steps:
- name: Apply playbook
image: bv11-cr01.bessems.eu/library/packer-extended
2022-04-18 12:51:55 +00:00
pull: always
2022-04-18 10:58:57 +00:00
commands:
# - |
# mkdir ~/.ssh && \
# echo "$${private_key}" > ~/.ssh/id_rsa && \
# chmod 0600 ~/.ssh/id_rsa
2022-04-18 10:58:57 +00:00
- ansible-galaxy collection install -r requirements.yml
- |
ansible-playbook \
--extra-vars "hv_password=$${hv_password}" \
2022-04-18 10:58:57 +00:00
playbook.yml
environment:
hv_password:
from_secret: hv_password
# private_key:
# from_secret: ssh_privatekey