{"id":19278824,"url":"https://github.com/ait-testbed/atb-ansible-rootkeys","last_synced_at":"2026-05-14T22:04:27.123Z","repository":{"id":182583543,"uuid":"668760755","full_name":"ait-testbed/atb-ansible-rootkeys","owner":"ait-testbed","description":"AECID testbed for installing public and private ssh-keys of simulated administrators.","archived":false,"fork":false,"pushed_at":"2023-07-20T14:34:00.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-23T21:42:48.579Z","etag":null,"topics":["aecid","ansible","ansible-role","atb","keys","openssh","simulation","ssh","testbed"],"latest_commit_sha":null,"homepage":"","language":null,"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/ait-testbed.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}},"created_at":"2023-07-20T14:29:36.000Z","updated_at":"2024-03-01T11:32:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"b04259a5-6de5-4a6f-bf42-82b9577f6c7a","html_url":"https://github.com/ait-testbed/atb-ansible-rootkeys","commit_stats":null,"previous_names":["ait-cs-iaas/atb-ansible-rootkeys","ait-testbed/atb-ansible-rootkeys"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ait-testbed/atb-ansible-rootkeys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ait-testbed%2Fatb-ansible-rootkeys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ait-testbed%2Fatb-ansible-rootkeys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ait-testbed%2Fatb-ansible-rootkeys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ait-testbed%2Fatb-ansible-rootkeys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ait-testbed","download_url":"https://codeload.github.com/ait-testbed/atb-ansible-rootkeys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ait-testbed%2Fatb-ansible-rootkeys/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33045149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["aecid","ansible","ansible-role","atb","keys","openssh","simulation","ssh","testbed"],"created_at":"2024-11-09T21:12:06.189Z","updated_at":"2026-05-14T22:04:27.103Z","avatar_url":"https://github.com/ait-testbed.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Ansible-Role: RootKeys\n========================\n\nThis role installs the ssh-keys for simultated administrators in the AECID \nTestbed.\n\nRequirements\n------------\n\nNo special requirements\n\nRole Variables\n--------------\n\n```\n# should the private key installed?\nrootkeys_install_private: False\n# should the public key installed?\nrootkeys_install_public: True\n\n# which user should be authorized by the public key?\nrootkeys_public_key_user: root\n# User that holds the private key\nrootkeys_private_key_user: root\n# Directory where the private key should be stored\nrootkeys_private_dir: \"/root/.ssh\"\n\nrootkeys_private: |\n-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW\nQyNTUxOQAAACAULlkY9CE9bFp2PrAXUQyMY1Hr7ltbopEcEO8deTKfuQAAAJBxW1xRcVtc\nUQAAAAtzc2gtZWQyNTUxOQAAACAULlkY9CE9bFp2PrAXUQyMY1Hr7ltbopEcEO8deTKfuQ\nAAAECPOwKRVHK+txAr5AyhQJN9P8fJqHy8fDomx2jQtXaMoxQuWRj0IT1sWnY+sBdRDIxj\nUevuW1uikRwQ7x15Mp+5AAAAB3Jvb3RrZXkBAgMEBQY=\n-----END OPENSSH PRIVATE KEY-----\n\n\nrootkeys_public: \"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBQuWRj0IT1sWnY+sBdRDIxjUevuW1uikRwQ7x15Mp+5 rootkey\"\n```\n\n\nExample Playbook\n----------------\n\nInstall the public key for user aecid:\n```\n    - hosts: localhost\n      roles:\n         - role: rootkeys\n           vars: \n             rootkeys_public_key_user: aecid\n```\n\n\nInstall the private key for user root:\n```\n    - hosts: localhost\n      roles:\n         - role: rootkeys\n           vars:\n             rootkeys_install_private: True\n             rootkeys_install_public: False\n```\n\nLicense\n-------\n\nGPL-3.0\n\nAuthor Information\n------------------\n\nWolfgang Hotwagner (https://www.ait.ac.at)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fait-testbed%2Fatb-ansible-rootkeys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fait-testbed%2Fatb-ansible-rootkeys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fait-testbed%2Fatb-ansible-rootkeys/lists"}