General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
python3 -m venv .venv
Sign in to like and favorite skills
This role installs and configures vector agent https://vector.dev/
See requirements.txt
See defaults
None
- hosts: all roles: - role: ansible-role-vector vector_configure_sources: { vector sources dict } vector_configure_sinks: { vector sinks dict }
Install requirements using virtualenv:
# Create and activate virtualenv python3 -m venv .venv sournce ./.venv/bin/activate # Install requirements inside of virtualenv python3 -m pip install -r requirements.txt
Test on Ubuntu 18.04 with vagrant
molecule test
Test on CentOS 7 with docker
molecule test --scenario-name docker
| Target | Description |
|---|---|
| install_ansible_venv | install ansible into local .venv using |
| install_ansible_virtualenv | install ansible into local .venv using |
| molecule_init_scenario | create scenario named using driver and role name |
| molecule_static_analyse | execute and |
| molecule_create | create molecule instances via |
| molecule_verify | apply playbook to existent instance and run tests ( and ) |
| molecule_test | run complex testing |
| molecule_destroy | force destroy instances |
MIT
Aleksey Koloskov aka vscoder