{"id":16780754,"url":"https://github.com/felddy/ansible-role-foundryvtt-docker","last_synced_at":"2026-04-17T05:03:11.481Z","repository":{"id":101832406,"uuid":"267957784","full_name":"felddy/ansible-role-foundryvtt-docker","owner":"felddy","description":"Ansible role to install Foundry VTT Docker container","archived":false,"fork":false,"pushed_at":"2020-06-10T13:37:44.000Z","size":217,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-09-04T05:56:20.430Z","etag":null,"topics":["ansible-role","docker","foundry","foundryvtt","vtt"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felddy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["felddy"]}},"created_at":"2020-05-29T21:23:13.000Z","updated_at":"2023-02-12T18:40:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"46c4a0a3-27d7-4880-864b-d46137e83fbb","html_url":"https://github.com/felddy/ansible-role-foundryvtt-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felddy/ansible-role-foundryvtt-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felddy%2Fansible-role-foundryvtt-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felddy%2Fansible-role-foundryvtt-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felddy%2Fansible-role-foundryvtt-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felddy%2Fansible-role-foundryvtt-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felddy","download_url":"https://codeload.github.com/felddy/ansible-role-foundryvtt-docker/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felddy%2Fansible-role-foundryvtt-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ansible-role","docker","foundry","foundryvtt","vtt"],"created_at":"2024-10-13T07:35:52.700Z","updated_at":"2026-04-17T05:03:11.458Z","avatar_url":"https://github.com/felddy.png","language":"Python","funding_links":["https://github.com/sponsors/felddy"],"categories":[],"sub_categories":[],"readme":"# ansible-role-foundryvtt-docker #\n\n[![GitHub Build Status](https://github.com/felddy/ansible-role-foundryvtt-docker/workflows/build/badge.svg)](https://github.com/felddy/ansible-role-foundryvtt-docker/actions)\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/felddy/ansible-role-foundryvtt-docker.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/felddy/ansible-role-foundryvtt-docker/alerts/)\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/felddy/ansible-role-foundryvtt-docker.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/felddy/ansible-role-foundryvtt-docker/context:python)\n\nThis [Ansible](https://github.com/ansible/ansible) role will install the\n[Foundry Virtual Tabletop](https://foundryvtt.com) docker container from:\n[felddy/foundryvtt-docker](https://github.com/felddy/foundryvtt-docker).\n\n## Requirements ##\n\nNone.\n\n## Role Variables ##\n\n### Required ###\n\n| Name             | Purpose  |\n|------------------|----------|\n| foundry_username | Account username or email address for foundryvtt.com.  Required for downloading an application release. |\n| foundry_password | Account password for foundryvtt.com.  Required for downloading an application release. |\n\n### Optional ###\n\n| Name  | Purpose |\n|-------|---------|\n| foundry_admin_key | Admin password to be applied at startup.  If omitted the admin password will be cleared. |\n| foundry_aws_config | An absolute or relative path that points to the [awsConfig.json](https://foundryvtt.com/article/aws-s3/) or `true` for AWS environment variable [credentials evaluation](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-credentials-node.html) usage. |\n| foundry_version | Version of Foundry Virtual Tabletop to install. |\n| foundry_world | The world to startup at system start. |\n\n## Dependencies ##\n\n- [`ansible-role-docker`](https://github.com/cisagov/ansible-role-docker)\n\n## Example Playbook ##\n\nHere's how to use it in a playbook:\n\n```yaml\n- hosts: all\n  become: yes\n  become_method: sudo\n  vars:\n    foundry_username: \u003cyour_username\u003e\n    foundry_password: \u003cyour_password\u003e\n  roles:\n    - ansible-role-foundryvtt-docker\n```\n\n## Contributing ##\n\nWe welcome contributions!  Please see [here](CONTRIBUTING.md) for\ndetails.\n\n## License ##\n\nThis project is in the worldwide [public domain](LICENSE).\n\nThis project is in the public domain within the United States, and\ncopyright and related rights in the work worldwide are waived through\nthe [CC0 1.0 Universal public domain\ndedication](https://creativecommons.org/publicdomain/zero/1.0/).\n\nAll contributions to this project will be released under the CC0\ndedication. By submitting a pull request, you are agreeing to comply\nwith this waiver of copyright interest.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelddy%2Fansible-role-foundryvtt-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelddy%2Fansible-role-foundryvtt-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelddy%2Fansible-role-foundryvtt-docker/lists"}