{"id":15022005,"url":"https://github.com/adamsbytes/ansible-ovhbastion","last_synced_at":"2025-06-30T06:07:56.055Z","repository":{"id":54366190,"uuid":"308791637","full_name":"adamsbytes/ansible-ovhbastion","owner":"adamsbytes","description":"Ansible role to deploy OVH Cloud's Bastion service","archived":false,"fork":false,"pushed_at":"2022-07-01T13:13:17.000Z","size":76,"stargazers_count":7,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T22:07:43.626Z","etag":null,"topics":["ansible-role","ansible-roles","bastion","bastion-host","bastion-server","jumpbox","ovh-bastion","ovhcloud","security","ssh"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/adamsbytes/ovhbastion","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adamsbytes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-31T02:56:39.000Z","updated_at":"2024-06-21T13:57:53.000Z","dependencies_parsed_at":"2022-08-13T13:31:06.972Z","dependency_job_id":null,"html_url":"https://github.com/adamsbytes/ansible-ovhbastion","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/adamsbytes/ansible-ovhbastion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamsbytes%2Fansible-ovhbastion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamsbytes%2Fansible-ovhbastion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamsbytes%2Fansible-ovhbastion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamsbytes%2Fansible-ovhbastion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamsbytes","download_url":"https://codeload.github.com/adamsbytes/ansible-ovhbastion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamsbytes%2Fansible-ovhbastion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262720640,"owners_count":23353450,"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":["ansible-role","ansible-roles","bastion","bastion-host","bastion-server","jumpbox","ovh-bastion","ovhcloud","security","ssh"],"created_at":"2024-09-24T19:57:19.207Z","updated_at":"2025-06-30T06:07:55.980Z","avatar_url":"https://github.com/adamsbytes.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"ansible-ovhbastion\n=========\n[![Build Status](https://travis-ci.com/adamsbytes/ansible-ovhbastion.svg?branch=main)](https://travis-ci.com/adamsbytes/ansible-ovhbastion)\n\nThis role installs and configures [OVH Cloud](https://www.ovh.com/world/)'s [the Bastion](https://github.com/ovh/the-bastion) secured jump host server. The ovhbastion role is based on the [official  Bastion installation instructions](https://ovh.github.io/the-bastion/installation/basic.html). Please visit [the official Bastion documentation](https://ovh.github.io/the-bastion/index.html) for more information.\n\nOnce you run this role, [click here](https://ovh.github.io/the-bastion/using/basics.html) to view the next steps in configuring the Bastion.\n\nTested On\n------------\n\n- Debian 8+\n- Ubuntu 18+\n\nRole Variables\n--------------\n\n#### Required\n`ssh_key`: string with public ssh key for access to initial admin account\n\n#### Recommended\n`bastion_name`: string with name of bastion host. the system's actual hostname is _not_ recommended\\\n`bastion_create_admin`: toggle creation of the superadmin account\\\n`bastion_superadmin_uname`: string with username for the bastion superadmin (if enabled)\n\nSee `defaults/main.yml` for optional variables that can be set.\n\nRole Installation\n------------\n\n```bash\n$ ansible-galaxy install adamsbytes.ovhbastion\n```\n\nExample Playbook\n----------------\n\n```yaml\n- hosts: all\n  become: yes\n  gather_facts: yes\n  roles:\n    - role: adamsbytes.ovhbastion\n  vars:\n    ssh_key: \"YOUR_PUBLIC_SSH_KEY_HERE\"\n```\n\nLicense\n-------\n\nGPLv3\n\nAuthor Information\n------------------\n\nhttps://github.com/adamsbytes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamsbytes%2Fansible-ovhbastion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamsbytes%2Fansible-ovhbastion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamsbytes%2Fansible-ovhbastion/lists"}