Skip to content

ansible.com

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

Package Information

  • Domain: ansible.com
  • Name: ansible.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +ansible.com -- $SHELL -i

Programs

This package provides the following executable programs:

  • ansible
  • ansible-config
  • ansible-connection
  • ansible-console
  • ansible-doc
  • ansible-galaxy
  • ansible-inventory
  • ansible-playbook
  • ansible-pull
  • ansible-test
  • ansible-vault

Aliases

This package can also be accessed using these aliases:

  • ansible

Available Versions

Show all 69 versions
  • 2.18.6, 2.18.5, 2.18.4, 2.18.3, 2.18.2
  • 2.18.1, 2.18.0, 2.17.12, 2.17.11, 2.17.10
  • 2.17.9, 2.17.7, 2.17.6, 2.17.5, 2.17.4
  • 2.17.3, 2.17.2, 2.17.1, 2.17.0, 2.16.14
  • 2.16.13, 2.16.12, 2.16.11, 2.16.10, 2.16.9
  • 2.16.8, 2.16.7, 2.16.6, 2.16.5, 2.16.4
  • 2.16.3, 2.16.2, 2.16.1, 2.16.0, 2.15.13
  • 2.15.12, 2.15.11, 2.15.10, 2.15.9, 2.15.8
  • 2.15.7, 2.15.6, 2.15.5, 2.15.4, 2.15.3
  • 2.15.2, 2.15.1, 2.15.0, 2.14.18, 2.14.17
  • 2.14.16, 2.14.15, 2.14.14, 2.14.13, 2.14.12
  • 2.14.11, 2.14.10, 2.14.9, 2.14.8, 2.14.7
  • 2.14.6, 2.14.5, 2.14.4, 2.14.3, 2.13.13
  • 2.13.12, 2.13.11, 2.13.10, 2.13.9

Latest Version: 2.18.6

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +ansible.com@2.18.6 -- $SHELL -i

Dependencies

This package depends on:

  • pkgx.sh@1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ansiblecom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.