theforeman.foreman.lifecycle_environment – Manage Lifecycle Environments¶
Note
This plugin is part of the theforeman.foreman collection (version 1.5.1).
To install it use: ansible-galaxy collection install theforeman.foreman
.
To use it in a playbook, specify: theforeman.foreman.lifecycle_environment
.
New in version 1.0.0: of theforeman.foreman
Parameters¶
Examples¶
- name: "Add a production lifecycle environment"
theforeman.foreman.lifecycle_environment:
username: "admin"
password: "changeme"
server_url: "https://foreman.example.com"
name: "Production"
label: "production"
organization: "Default Organization"
prior: "Library"
description: "The production environment"
state: "present"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Andrew Kofink (@akofink)
Baptiste Agasse (@bagasse)