:source: foreman_bookmark.py :orphan: .. _foreman_bookmark_module: foreman_bookmark -- Manage Foreman Bookmarks ++++++++++++++++++++++++++++++++++++++++++++ .. contents:: :local: :depth: 1 Synopsis -------- - Manage Foreman Bookmark Entities Requirements ------------ The below requirements are needed on the host that executes this module. - apypie Parameters ---------- .. raw:: html
| Parameter | Choices/Defaults | Comments | 
|---|---|---|
| 
                    controller
                     
                        string
                                                 / required                     
                                     | 
                                
                                                                         Controller for the bookmark 
                                                                                 | 
            |
| 
                    name
                     
                        string
                                                 / required                     
                                     | 
                                
                                                                         Name of the bookmark 
                                                                                 | 
            |
| 
                    password
                     
                        string
                                                 / required                     
                                     | 
                                
                                                                         Password of the user accessing the Foreman server 
                                                                                 | 
            |
| 
                    public
                     
                        boolean
                                                                     
                                     | 
                                
                                                                                                                                                                                                                    
  | 
                                                                
                                                                         Make bookmark available for all users 
                                                                                 | 
            
| 
                    query
                     
                        string
                                                                     
                                     | 
                                
                                                                         Query of the bookmark 
                                                                                 | 
            |
| 
                    server_url
                     
                        string
                                                 / required                     
                                     | 
                                
                                                                         URL of the Foreman server 
                                                                                 | 
            |
| 
                    state
                     
                        string
                                                                     
                                     | 
                                
                                                                                                                            
  | 
                                                                
                                                                         State of the entity in Foreman 
                                                    present_with_defaults will ensure the entity exists, but won't update existing ones | 
            
| 
                    username
                     
                        string
                                                 / required                     
                                     | 
                                
                                                                         Username accessing the Foreman server 
                                                                                 | 
            |
| 
                    validate_certs
                     
                        boolean
                                                                     
                                     | 
                                
                                                                                                                                                                                                                    
  | 
                                                                
                                                                         Whether or not to verify the TLS certificates of the Foreman server 
                                                                                        aliases: verify_ssl  |