{"id":24283608,"url":"https://github.com/containercraft/lxd-rdp-fedora","last_synced_at":"2026-02-02T07:02:37.824Z","repository":{"id":114566207,"uuid":"271916502","full_name":"ContainerCraft/lxd-rdp-fedora","owner":"ContainerCraft","description":"CloudCTL | Cloud Deployment Administrative Utilities \u0026 Support Services","archived":false,"fork":false,"pushed_at":"2021-01-05T21:07:23.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T16:49:04.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/ContainerCraft.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-13T00:58:15.000Z","updated_at":"2021-01-05T21:07:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"77a0ff3e-e43f-420d-bfce-e42bb604448a","html_url":"https://github.com/ContainerCraft/lxd-rdp-fedora","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ContainerCraft/lxd-rdp-fedora","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerCraft%2Flxd-rdp-fedora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerCraft%2Flxd-rdp-fedora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerCraft%2Flxd-rdp-fedora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerCraft%2Flxd-rdp-fedora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ContainerCraft","download_url":"https://codeload.github.com/ContainerCraft/lxd-rdp-fedora/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ContainerCraft%2Flxd-rdp-fedora/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29007303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T06:37:10.400Z","status":"ssl_error","status_checked_at":"2026-02-02T06:37:09.383Z","response_time":58,"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":[],"created_at":"2025-01-16T04:16:57.450Z","updated_at":"2026-02-02T07:02:37.781Z","avatar_url":"https://github.com/ContainerCraft.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudCTL\nDevOps Deployment Services \u0026 Utilities Container [Pod] Infrastructure as Code [(IaC)] toolkit.\n## Problem\nInfrastructure deployment requires a wide set of user enablement \u0026 automation \nutilities, network services, and Infrastructure as Code resources. These can \nbecome difficult \u0026 inconsistent to maintain and support.\n## Solution\nCloudCtl provides a [Podman] container [Pod] based \"Point of Origin\" \nInfrastructure as Code [(IaC)] toolkit for deployment operations tasks \nwith core features delivered via [UBI8] based [ContainerOne] as primary \norchestration base capable of dynamically allocating additional pod \ncontained services.\n##### Core Features\n  - stateful\n  - dynamic\n  - portable \n  - consistent\n##### Supported Distributions\n  - [Fedora] 32+\n  - [CentOS] 8.0+\n  - [RedHat] 8.0+\n  - [Ubuntu] 20.04+\n----------------------\n# Getting Started\n####  0. Install Dependencies\n```\nOn Fedora 32+\n  sudo dnf install -y curl ansible python3 python3-pip\n\nOn Ubuntu 20.04+\n  sudo apt install -y curl ansible python3 python3-pip\n\nOn CentOS 8+\n  sudo dnf install -y curl python3 python3-pip\n  sudo pip3 install --global ansible\n```\n####  1. Install Dependencies\n```\nsudo -i\n```\n####  2. Clone Repo\n```\ngit clone https://github.com/CloudCtl/CloudCTL.git ~/.ccio/cloudctl ; cd ~/.ccio/cloudctl/ansible\n```\n####  3. Execute Ansible Playbook\n```\n./run.yml\n```\n####  4. Review pod status\n```\nsudo podman ps --all\nsudo podman pod ps --all\nsudo podman logs one\n```\n####  5. Exec or SSH into CloudCtl pod ContainerOne\n  \u003e Exec from container host\n\n```\npodman exec -it one connect\n```\n \u003e SSH example from localhost \n\n```\ncat ~/.ssh/id_rsa.pub \u003e\u003e ~/.ccio/.secrets.d/ssh/user/authorized_keys\nssh -p 2022 root@localhost\n```\n####  6. Disconnect from ContainerOne console\n```\nquit\n```\n####  7. Remove \u0026 Cleanup\n```\nsudo podman rm --force one\nsudo podman pod rm --force cloudctl\nsudo rm -rf ~/.ccio/cloudctl\n```\n```\nfor i in $(sudo podman images | awk '/one|pause/{print $3}'); do podman rmi --force $i; done\n```\n[Pod]:https://kubernetes.io/docs/concepts/workloads/pods/pod\n[UBI8]:https://www.redhat.com/en/blog/introducing-red-hat-universal-base-image\n[(IaC)]:https://www.ibm.com/cloud/learn/infrastructure-as-code\n[ContainerOne]:https://github.com/containercraft/ContainerOne\n[Podman]:https://docs.podman.io/en/latest\n[Install Podman]:https://podman.io/getting-started/installation\n[Fedora]:https://getfedora.org\n[Ubuntu]:https://ubuntu.com/download\n[CentOS]:https://www.centos.org/download\n[RedHat]:https://access.redhat.com/downloads\n[Fedora CoreOS]:https://getfedora.org/en/coreos?stream=stable\n[RedHat CoreOS]:https://coreos.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainercraft%2Flxd-rdp-fedora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontainercraft%2Flxd-rdp-fedora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontainercraft%2Flxd-rdp-fedora/lists"}