Files
K3S/roles/prometheus-stack/molecule/default/molecule.yml
2026-04-17 08:58:26 +03:00

27 lines
506 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
driver:
name: docker
platforms:
# master01 — единственная нода нужна, шаблоны деплоятся с первого мастера
- name: master01
image: geerlingguy/docker-ubuntu2204-ansible:latest
pre_build_image: true
provisioner:
name: ansible
playbooks:
converge: converge.yml
verify: verify.yml
config_options:
defaults:
interpreter_python: auto_silent
verifier:
name: ansible
lint: |
set -e
yamllint .
ansible-lint