You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-knife-windows-4.0.7-1.lbn36.noarch
Plugin that adds functionality to Chef's Knife CLI for configuring/interacting with nodes running Microsoft Windows
RPMPackage rubygem-knife-vrealize-7.0.0-1.lbn36.noarch
Knife plugin to interact with VMware vRealize.
RPMPackage rubygem-knife-vcloud-1.3.1-2.lbn36.noarch
A Knife plugin to create, list and manage vCloud servers
RPMPackage rubygem-knife-supermarket-0.3.0-1.lbn36.noarch
Knife support for interacting with Chef Supermarkets.
RPMPackage rubygem-knife-openstack-5.0.0-1.lbn36.noarch
A Chef knife plugin for OpenStack clouds.
RPMPackage rubygem-knife-oci-2.0.2-1.lbn36.noarch
Chef Knife Plugin for Oracle Cloud Infrastructure.
RPMPackage rubygem-knife-google-5.0.11-2.lbn36.noarch
Google Compute Engine Support for Chef's Knife Command.
RPMPackage rubygem-knife-goiardi-reporting-0.3.3-1.lbn36.noarch
Knife plugin for Opscode Reporting.
RPMPackage rubygem-knife-goiardi-event-log-0.2.0-1.lbn36.noarch
Knife plugin for viewing goiardi's event log.
RPMPackage rubygem-knife-ec2-2.1.4-1.lbn36.noarch
EC2 Support for Chef's Knife Command
RPMPackage rubygem-knife-digital-ocean-2.6.0-1.lbn36.noarch
A plugin for chef's knife to manage instances of DigitalOcean servers.
RPMPackage rubygem-knife-cloud-4.0.15-1.lbn36.noarch
knife-cloud plugin.
RPMPackage rubygem-knife-backup-0.0.12-1.lbn36.noarch
Chef knife plugins to help backup and restore chef servers.
RPMPackage rubygem-knife-azure-4.0.0-2.lbn36.noarch
A plugin to Opscode knife for creating instances on the Microsoft Azure platform
RPMPackage python3-lbn-cli+x509-1.3.3-1.lbn36.noarch
This is a metapackage bringing in x509 extras requires for python3-lbn-cli. It makes sure the dependencies are installed.
RPMPackage python3-lbn-cli+maildrop-1.3.3-1.lbn36.noarch
This is a metapackage bringing in maildrop extras requires for python3-lbn-cli. It makes sure the dependencies are installed.
RPMPackage python3-lbn-cli+mailbox-1.3.3-1.lbn36.noarch
This is a metapackage bringing in mailbox extras requires for python3-lbn-cli. It makes sure the dependencies are installed.
RPMPackage python3-lbn-cli+listmonk-1.3.3-1.lbn36.noarch
This is a metapackage bringing in listmonk extras requires for python3-lbn-cli. It makes sure the dependencies are installed.
RPMPackage python3-snow-0.3.1-1.lbn36.noarch
snow: Python asyncio library for ServiceNow Snow is a simple and lightweight yet powerful and extensible library for interacting with ServiceNow. It works with modern versions of Python, utilizes asyncio and can be used for simple scripting as well as for building high-concurrency backend applications on top of the ServiceNow platform. Also, its API is fully type annotated and documented. Example code import asyncio from snow import Snow from snow.schemas.table import IncidentSchema as Incident app = Snow("<instance>.service-now.com", basic_auth=("<username>", "<password>")) async def main(): async with app.get_table(Incident) as inc: for response in await inc.get(Incident.priority <= 3, limit=5): print(f"Number: {response['number']}, Priority: {response['priority'].text}") asyncio.run(main()) Check out the examples directory for more examples. Docume
RPMPackage terraformer-0.8.30-1.lbn36.x86_64
A CLI tool that generates tf/json and tfstate files based on existing infrastructure (reverse Terraform). * Generate tf/json + tfstate files from existing infrastructure for all supported objects by resource. * Remote state can be uploaded to a GCS bucket. * Connect between resources with terraform_remote_state (local and bucket). * Save tf/json files using a custom folder tree pattern. * Import by resource name and type. Terraformer uses Terraform providers and is designed to easily support newly added resources. To upgrade resources with new fields, all you need to do is upgrade the relevant Terraform providers.