{"id":24738709,"url":"https://github.com/zweifisch/ob-ansible","last_synced_at":"2026-02-03T20:37:38.604Z","repository":{"id":66141024,"uuid":"44431303","full_name":"zweifisch/ob-ansible","owner":"zweifisch","description":"ansible ad-hoc commands in org-mode babel(or better devops with org-mode)","archived":false,"fork":false,"pushed_at":"2017-08-18T13:52:36.000Z","size":4,"stargazers_count":34,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T18:45:12.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/zweifisch.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2015-10-17T09:32:03.000Z","updated_at":"2023-06-22T19:09:42.000Z","dependencies_parsed_at":"2023-03-18T14:24:33.305Z","dependency_job_id":null,"html_url":"https://github.com/zweifisch/ob-ansible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zweifisch/ob-ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/ob-ansible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fob-ansible/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265409245,"owners_count":23760244,"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":[],"created_at":"2025-01-27T22:55:25.736Z","updated_at":"2026-02-03T20:37:33.582Z","avatar_url":"https://github.com/zweifisch.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* ob-ansible\n\nansible ad-hoc commands in org-mode babel(or better devops with org-mode)\n\n** supported header arguments\n\n- inventory\n- hosts\n- user\n- become\n- become-user\n- forks\n- module\n- playbook\n\n** examples\n\n*** inventory\n\n: #+NAME: hosts\n: : [web]\n: : 10.1.0.13\n: : 10.1.0.23\n: : 10.1.0.33\n:\n: #+BEGIN_SRC ansible :inventory hosts :hosts web[0]\n: uptime\n: #+END_SRC\n\n*** specify module\n\n: #+BEGIN_SRC ansible :module yum\n: name=httpd state=present\n: #+END_SRC\n\n*** code block as file\n\n: #+name: config.conf\n: #+BEGIN_EXAMPLE\n: [section]\n: key=value\n: #+END_EXAMPLE\n\n: #+BEGIN_SRC ansible :module copy\n: src=config.conf dest=/etc/config.conf\n: #+END_SRC\n\n*** playbook\n\n: #+BEGIN_SRC ansible :playbook\n: - hosts: all\n:   tasks:\n:   - name: ensure apache2 installed\n:     package: name=apaache2 state=present\n: #+END_SRC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fob-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fob-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fob-ansible/lists"}