Low commit activity in last 3 years
A long-lived project that still receives updates
Foreman Ansible plugin for Hammer CLI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Hammer CLI Foreman Ansible

This Hammer CLI plugin contains set of commands for foreman_ansible, a plugin to Foreman for Ansible.

Versions

This is the list of which version of Foreman Ansible is needed to which version of this plugin.

hammer_cli_foreman_ansible 0.1.0+ 0.2.0+ 0.3.0+
foreman_ansible 2.2.0+ 2.3.2+ 2.3.3+

Installation

$ gem install hammer_cli_foreman_ansible

$ mkdir -p ~/.hammer/cli.modules.d/

$ cat <<EOQ > ~/.hammer/cli.modules.d/foreman_ansible.yml
:foreman_ansible:
  :enable_module: true
EOQ

# to confirm things work, this should return useful output
hammer ansible --help

More info

See our Hammer CLI installation and configuration instuctions.