{"id":18248100,"url":"https://github.com/loxda/foreman-app","last_synced_at":"2026-05-07T09:34:30.315Z","repository":{"id":191302752,"uuid":"676426022","full_name":"LOXDA/foreman-app","owner":"LOXDA","description":"Ansible role to deploy foreman (theforeman.org)","archived":false,"fork":false,"pushed_at":"2025-01-01T19:49:43.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-01T06:09:04.894Z","etag":null,"topics":["ansible","ansible-role","foreman","foreman-plugins"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LOXDA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-09T07:10:32.000Z","updated_at":"2025-01-01T19:49:46.000Z","dependencies_parsed_at":"2024-05-29T22:42:12.873Z","dependency_job_id":"c1ab9696-68be-4e62-a112-6cf250e973b7","html_url":"https://github.com/LOXDA/foreman-app","commit_stats":null,"previous_names":["loxda/foreman-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LOXDA/foreman-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LOXDA%2Fforeman-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LOXDA%2Fforeman-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LOXDA%2Fforeman-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LOXDA%2Fforeman-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LOXDA","download_url":"https://codeload.github.com/LOXDA/foreman-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LOXDA%2Fforeman-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32731617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","ansible-role","foreman","foreman-plugins"],"created_at":"2024-11-05T09:35:35.873Z","updated_at":"2026-05-07T09:34:30.278Z","avatar_url":"https://github.com/LOXDA.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"ansible-role-foreman-app\n=========\n\nAnsible role to deploy foreman app (or All-in-One) (theforeman.org)\n\nRequirements\n------------\n\nIt is designed to be include as a submodule to a project with its siblings :\n\n* `ansible-role-foreman-db`\n* `ansible-role-foreman-puppet`\n* `ansible-role-foreman-proxy`\n* `ansible-role-foreman-app` (this one)\n* `ansible-role-foreman-custom`\n\n`ansible-role-mirror` should help you get started with mirroring needed repositories.\n\nRole Variables\n--------------\n\nThe role needs some vars (default/main.yml)\nThe vars are self-explanatory, to look for answer one could use : foreman-installer --help\nAll vars are combined in `tasks/Setup_Options.yml` ( -vv is your friend )\n\nExample Playbook\n----------------\n\n```\n- hosts: tfm_app\n  gather_facts: true\n  roles:\n    - role: foreman-app\n```\n\n```\n# fetch oauth_consumer_* info\n- hosts: \"{{ groups['tfm_app'][0] }}\"\n  gather_facts: true\n  tasks:\n    - name: Fetch settings.yaml\n      slurp:\n        src: /etc/foreman/settings.yaml\n      register: settingsyaml\n    - name: Collect oauth_consumer_key\n      set_fact:\n        oauth_consumer_key: \"{{ settingsyaml['content'] | b64decode | regex_findall(':oauth_consumer_key: (.+)') | first }}\"\n    - name: Collect oauth_consumer_secret\n      set_fact:\n        oauth_consumer_secret: \"{{ settingsyaml['content'] | b64decode | regex_findall(':oauth_consumer_secret: (.+)') | first }}\"\n```\n\nLicense\n-------\n\nCC-BY-4.0\n\nAuthor Information\n------------------\n\nThomas Basset -- hobbyist sysadm \u003ctomm+code@loxda.net\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floxda%2Fforeman-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floxda%2Fforeman-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floxda%2Fforeman-app/lists"}