ansible-module-foreman icon indicating copy to clipboard operation
ansible-module-foreman copied to clipboard

Ansible module to manage configuration of Foreman

Results 9 ansible-module-foreman issues
Sort by recently updated
recently updated
newest added

I am trying to use this module to register to foreman(ansible) bash-4.4# pip3 freeze |grep foreman foreman==0.9.7 foreman-ansible-inventory==0.0.4 python-foreman @ git+https://github.com/Nosmoht/python-foreman.git@d0a98200cb32312bb766e0629e2f8ad9354d4a2e (ansible) bash-4.4# pip list --format=freeze |grep foreman foreman==0.9.7 foreman-ansible-inventory==0.0.4...

Is it possible to use ssh connection to connect to remote foreman? Or author recommend to use local connection and execution of ansible playbooks locally? How to let ansible to...

Hi , When i want to create VM with ansible , I have this error logs : failed to create vm: undefined method `new' for nil:NilClass\n " This my ansible...

I have python-foreman installed, but yet I'm still getting "python-foreman module is required" error. What am i missing? Thanks! pip list --format=legacy | grep foreman python-foreman (0.14.1) # ansible-playbook foreman.yml...

- Added params for the operating system major and minor version numbers. Together with the OS name, these determine an OS'uniqueness in Foreman and should probably do so here as...

These look like they would be good to expose to the great community. Would you consider submitting a PR to push them to the main project ?

After creating a host with "managed: false", changing the value to true and running the playbook again the value is not changed.

bug

Howdy, I was recently made aware of your Ansible module for managing Foreman resources. Also recently, I had gotten a starter module space added to ansible-modules-extras official repository so as...

Please consider adding possibility to specify parameters for domains ![foreman_domains](https://cloud.githubusercontent.com/assets/6671653/15250845/3b84c874-192f-11e6-8b8f-da5767d4912f.gif)

enhancement