{"id":13533672,"url":"https://github.com/arillso/action.playbook","last_synced_at":"2026-03-16T00:57:35.482Z","repository":{"id":36975260,"uuid":"251373134","full_name":"arillso/action.playbook","owner":"arillso","description":"Github Action for running Ansible Playbooks.","archived":false,"fork":false,"pushed_at":"2024-02-01T21:06:29.000Z","size":71,"stargazers_count":34,"open_issues_count":5,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-24T13:44:01.857Z","etag":null,"topics":["actions","ansible","ansible-galaxy","ansible-playbook","github-actions","go","golang","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arillso.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-30T17:04:47.000Z","updated_at":"2025-02-18T06:14:59.000Z","dependencies_parsed_at":"2024-05-12T06:33:00.524Z","dependency_job_id":"e9c9a03e-d783-444f-99e5-a9166594b798","html_url":"https://github.com/arillso/action.playbook","commit_stats":{"total_commits":20,"total_committers":3,"mean_commits":6.666666666666667,"dds":0.5,"last_synced_commit":"3fe70feea80fe2b79ba4f26d800bb17637e2b828"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Faction.playbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Faction.playbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Faction.playbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arillso%2Faction.playbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arillso","download_url":"https://codeload.github.com/arillso/action.playbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248129889,"owners_count":21052655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","ansible","ansible-galaxy","ansible-playbook","github-actions","go","golang","hacktoberfest"],"created_at":"2024-08-01T07:01:22.018Z","updated_at":"2026-03-16T00:57:35.416Z","avatar_url":"https://github.com/arillso.png","language":"Go","funding_links":[],"categories":["Community Resources"],"sub_categories":["Deployment"],"readme":"# Action: Play Ansible Playbook\n\nGithub Action for running Ansible Playbooks.\n\n## Inputs\n\n### galaxy_file\n\nSpecifies the path to the Ansible Galaxy requirements file.\n\n### galaxy_force\n\nForces the reinstallation of roles or collections from the Galaxy file.\n\n### galaxy_api_key\n\nSets the API key used for authenticating to Ansible Galaxy.\n\n### galaxy_api_server_url\n\nDefines the URL of the Ansible Galaxy API server to interact with.\n\n### galaxy_collections_path\n\nSets the path to the directory where Galaxy collections are stored.\n\n### galaxy_disable_gpg_verify\n\nDisables GPG signature verification for Ansible Galaxy operations.\n\n### galaxy_force_with_deps\n\nForces the installation of collections with their dependencies from Galaxy.\n\n### galaxy_ignore_certs\n\nIgnores SSL certificate validation for Ansible Galaxy requests.\n\n### galaxy_ignore_signature_status_codes\n\nLists HTTP status codes to ignore during Galaxy signature validation.\n\n### galaxy_keyring\n\nSpecifies the path to the GPG keyring used with Ansible Galaxy.\n\n### galaxy_offline\n\nEnables offline mode, preventing any requests to Ansible Galaxy.\n\n### galaxy_pre\n\nAllows the installation of pre-release versions from Ansible Galaxy.\n\n### galaxy_required_valid_signature_count\n\nSets the required number of valid GPG signatures for Galaxy content.\n\n### galaxy_requirements_file\n\nDefines the path to the Ansible Galaxy requirements file.\n\n### galaxy_signature\n\nSpecifies a specific GPG signature to verify for Galaxy content.\n\n### galaxy_timeout\n\nSets the timeout in seconds for Ansible Galaxy operations.\n\n### galaxy_upgrade\n\nEnables automatic upgrading of Galaxy collections to the latest version.\n\n### galaxy_no_deps\n\nDisables automatic resolution of dependencies in Ansible Galaxy.\n\n### inventory\n\n**Required.** Specifies one or more inventory host files for Ansible to use.\n\n### playbook\n\n**Required.** List of playbooks to apply.\n\n### limit\n\nFurther limit selected hosts to an additional pattern.\n\n### skip_tags\n\nOnly run plays and tasks whose tags do not match these values.\n\n### start_at_task\n\nStart the playbook at the task matching this name.\n\n### tags\n\nOnly run plays and tasks tagged with these values.\n\n### extra_vars\n\nSet additional variables in a key=value format for the playbook.\n\n### module_path\n\nPrepends specified paths to the module library path list.\n\n### check\n\nExecutes a dry run, showing what changes would be made without making them.\n\n### diff\n\nShows the differences in files and templates when changing them.\n\n### flush_cache\n\nClears the fact cache for every host in the inventory.\n\n### force_handlers\n\nRuns all handlers even if a task fails.\n\n### list_hosts\n\nOutputs a list of matching hosts.\n\n### list_tags\n\nList all available tags.\n\n### list_tasks\n\nList all tasks that would be executed.\n\n### syntax_check\n\nPerforms a syntax check on the playbook, without executing it.\n\n### forks\n\nDefines the number of parallel processes to use during playbook execution.\n\n### vault_id\n\nSpecifies the identity to use when accessing an Ansible Vault.\n\n### vault_password\n\nThe vault password to use. This should be stored in a Secret on Github.\n\nSee [https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables](https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables)\n\n### verbose\n\nSets the verbosity level, ranging from 0 (minimal output) to 4 (maximum verbosity).\n\n### private_key\n\nUse this key to authenticate the connection. This should be stored in a Secret on Github.\n\nSee [https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables](https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables)\n\n### user\n\nDefines the username for making connections.\n\n### connection\n\nSets the type of connection to use (e.g., SSH).\n\n### timeout\n\nOverrides the default connection timeout in seconds.\n\n### ssh_common_args\n\nSpecifies common arguments to pass to all SSH-based connection methods (SSH, SCP, SFTP).\n\n### sftp_extra_args\n\nProvides extra arguments to pass only to SFTP.\n\n### scp_extra_args\n\nProvides extra arguments to pass only to SCP.\n\n### ssh_extra_args\n\nProvides extra arguments to pass only to SSH.\n\n### become\n\nEnables privilege escalation, allowing operations to run as another user.\n\n### become_method\n\nSpecifies the method to use for privilege escalation (e.g., sudo).\n\n### become_user\n\nSets the user to impersonate when using privilege escalation.\n\n## Example Usage\n\n```yaml\n- name: Play Ansible Playbook\n  uses: arillso/action.playbook@master\n  with:\n    playbook: tests/playbook.yml\n    inventory: tests/hosts.yml\n    galaxy_file: tests/requirements.yml\n  env:\n    ANSIBLE_HOST_KEY_CHECKING: 'false'\n    ANSIBLE_DEPRECATION_WARNINGS: 'false'\n```\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://sbaerlocher.ch\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/4160387?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSimon Baerlocher\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/arillso/action.playbook/commits?author=sbaerlocher\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-sbaerlocher\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## License\n\n\u003c!-- markdownlint-disable --\u003e\n\nThis project is under the MIT License. See the [LICENSE](licence) file for the full license text.\n\n\u003c!-- markdownlint-enable --\u003e\n\n## Copyright\n\n(c) 2020, Arillso\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farillso%2Faction.playbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farillso%2Faction.playbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farillso%2Faction.playbook/lists"}