redhat.satellite.bookmark – Manage Bookmarks¶
Note
This plugin is part of the redhat.satellite collection (version 2.2.0).
To install it use: ansible-galaxy collection install redhat.satellite
.
To use it in a playbook, specify: redhat.satellite.bookmark
.
New in version 1.0.0: of redhat.satellite
Parameters¶
Examples¶
- name: "Create a Bookmark"
redhat.satellite.bookmark:
username: "admin"
password: "changeme"
server_url: "https://satellite.example.com"
name: "recent"
controller: "job_invocations"
query: "started_at > '24 hours ago'"
state: present_with_defaults
- name: "Update a Bookmark"
redhat.satellite.bookmark:
username: "admin"
password: "changeme"
server_url: "https://satellite.example.com"
name: "recent"
controller: "job_invocations"
query: "started_at > '12 hours ago'"
state: present
- name: "Delete a Bookmark"
redhat.satellite.bookmark:
username: "admin"
password: "changeme"
server_url: "https://satellite.example.com"
name: "recent"
controller: "job_invocations"
state: absent
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Bernhard Hopfenmueller (@Fobhep) ATIX AG
Christoffer Reijer (@ephracis) Basalt AB