Ansible Role - GitHub Actions Runner
Available variables are listed below, along with default values (see defaults/main.yml
):
github_pat: "token"
github_organization: "organization"
github_actions_runner_state: present # or absent (default: present)
roles:
- name: socheatsok78-lab.github-actions-runner
src: https://github.com/socheatsok78-lab/ansible-role-github-actions-runner
version: main
scm: git
Example:
- hosts: all
become: true
vars:
github_pat: "your-github-token-here"
github_organization: "your-github-organization"
roles:
- socheatsok78-lab.github-actions-runner