sgaunet / ansible-role-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: task

CI

An Ansible Role that installs task on Linux.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

task_version: "3.35.1"            # or "latest" (default)
task_bin_path: "/usr/local/bin"
task_tmp_directory: "{{ lookup('env', 'TMPDIR') | default('/tmp', true) }}"
task_os: "linux"
task_arch: "amd64"

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - sgaunet.task

License

MIT

About

License:MIT License