@@ -32,75 +32,75 @@ export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
3232## Available Modules
3333
3434### Job Worker Management
35- - ** activate_job_worker** : Activate the job worker for an IAP system
35+ - ** activate_job_worker** : Activate the job worker for an Itential Platform system
3636 ``` yaml
37- - name : Activate IAP job worker
37+ - name : Activate Itential Platform job worker
3838 itential.platform.activate_job_worker :
3939 ` ` `
4040
41- - **deactivate_job_worker**: Deactivate the job worker for an IAP system
41+ - **deactivate_job_worker**: Deactivate the job worker for an Itential Platform system
4242 ` ` ` yaml
43- - name : Deactivate IAP job worker
43+ - name : Deactivate Itential Platform job worker
4444 itential.platform.deactivate_job_worker :
4545 ` ` `
4646
4747### Task Worker Management
48- - **activate_task_worker**: Activate the task worker for an IAP system
48+ - **activate_task_worker**: Activate the task worker for an Itential Platform system
4949 ` ` ` yaml
50- - name : Activate IAP task worker
50+ - name : Activate Itential Platform task worker
5151 itential.platform.activate_task_worker :
5252 ` ` `
5353
54- - **deactivate_task_worker**: Deactivate the task worker for an IAP system
54+ - **deactivate_task_worker**: Deactivate the task worker for an Itential Platform system
5555 ` ` ` yaml
56- - name : Deactivate IAP task worker
56+ - name : Deactivate Itential Platform task worker
5757 itential.platform.deactivate_task_worker :
5858 ` ` `
5959
6060### System Information
61- - **get_system_health**: Retrieve the health status of an IAP system
61+ - **get_system_health**: Retrieve the health status of an Itential Platform system
6262 ` ` ` yaml
63- - name : Get IAP system health
63+ - name : Get Itential Platform system health
6464 itential.platform.get_system_health :
6565 ` ` `
6666
67- - **get_worker_status**: Get the current status of IAP workers
67+ - **get_worker_status**: Get the current status of Itential Platform workers
6868 ` ` ` yaml
69- - name : Get IAP worker status
69+ - name : Get Itential Platform worker status
7070 itential.platform.get_worker_status :
7171 ` ` `
7272
7373### Job and Task Management
74- - **get_jobs**: Retrieve a list of jobs from an IAP system
74+ - **get_jobs**: Retrieve a list of jobs from an Itential Platform system
7575 ` ` ` yaml
76- - name : Get IAP jobs
76+ - name : Get Itential Platform jobs
7777 itential.platform.get_jobs :
7878 ` ` `
7979
80- - **get_tasks**: Retrieve a list of tasks from an IAP system
80+ - **get_tasks**: Retrieve a list of tasks from an Itential Platform system
8181 ` ` ` yaml
82- - name : Get IAP tasks
82+ - name : Get Itential Platform tasks
8383 itential.platform.get_tasks :
8484 ` ` `
8585
8686### System Administration
87- - **restart_adapter**: Restart a specific adapter in the IAP system
87+ - **restart_adapter**: Restart a specific adapter in the Itential Platform system
8888 ` ` ` yaml
89- - name : Restart IAP adapter
89+ - name : Restart Itential Platform adapter
9090 itential.platform.restart_adapter :
9191 adapter_name : " my-adapter"
9292 ` ` `
9393
94- - **restart_application**: Restart the IAP application
94+ - **restart_application**: Restart the Itential Platform application
9595 ` ` ` yaml
96- - name : Restart IAP application
96+ - name : Restart Itential Platform application
9797 itential.platform.restart_application :
9898 ` ` `
9999
100100### Connection Parameters
101101Each module requires the following connection parameters which can be defined in your Ansible environment:
102- - ` host`: The hostname or IP of the IAP instance
103- - `port` : The port number for the IAP API
102+ - ` host`: The hostname or IP of the Itential Platform instance
103+ - `port` : The port number for the Itential Platform API
104104- `use_tls` : Whether to use HTTPS (default: true)
105105- `verify` : Whether to verify SSL certificates (default: true)
106106- `disable_warnings` : Whether to disable SSL warning messages (default: false)
0 commit comments