foreman – Manage Foreman Resources¶
DEPRECATED¶
- Removed in Ansible
version: 2.12
- Why
Replaced by re-designed individual modules living at https://github.com/theforeman/foreman-ansible-modules
- Alternative
Requirements¶
The below requirements are needed on the host that executes this module.
nailgun >= 0.28.0
python >= 2.6
datetime
Parameters¶
Examples¶
- name: Create CI Organization
foreman:
username: admin
password: admin
server_url: https://fakeserver.com
entity: organization
params:
name: My Cool New Organization
delegate_to: localhost
Status¶
This module will be removed in version 2.12. [deprecated]
For more information see DEPRECATED.
Authors¶
Eric D Helms (@ehelms)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.