searchmetrics/SM Ansible Action
Ansible action that uses virtualenv and .netrc to configure authentication
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | python version for setup-python action | no | 3.9 |
| netrc-token | netrc token | no | not-set |
| python-requirements | requirements file to install ansible and other libs | no | not-set |
| ansible-roles | Ansible roles file to install playbook dependencies | no | not-set |
Outputs
| name | description |
|---|---|
| venv-dir | virtualenv dir |
| ansible-bin | virtualenv ansible bin |
| ansible-playbook-bin | virtualenv ansible playbook bin |
| ansible-lint-bin | virtualenv ansible-lint bin |
| ansible-galaxy-bin | virtualenv ansible-galaxy bin |
| pip-bin | virtualenv pip bin |
| activate-script | virtualenv activate script |