diff --git a/docs/projects/ansible/collection/phpipam_scan_agent/scanner.md b/docs/projects/ansible/collection/phpipam_scan_agent/scanner.md index e6f7f8c..91f2cef 100644 --- a/docs/projects/ansible/collection/phpipam_scan_agent/scanner.md +++ b/docs/projects/ansible/collection/phpipam_scan_agent/scanner.md @@ -45,9 +45,9 @@ nofusscomputing_phpipam_scan_agent: epoch_time_offset: 0 # optional, int. Value in seconds to offset the time # phpIPAM Scan Agent Settings - client_token: # Mandatory, String client api token to connect to phpIPAM API [client_token] - client_name: # Mandatory, String. The scanner name as set in phpIPAM interface [client_name] - scanagent_code: # Mandatory, String. Scan Agent Code as set in phpIPAM interface [scanagent_code] + client_token: # Mandatory, String client api token to connect to phpIPAM API + client_name: # Mandatory, String. The scanner name as set in phpIPAM interface + scanagent_code: # Mandatory, String. Scan Agent Code as set in phpIPAM interface ``` diff --git a/docs/projects/ansible/collection/phpipam_scan_agent/server.md b/docs/projects/ansible/collection/phpipam_scan_agent/server.md index 4895414..66cb750 100644 --- a/docs/projects/ansible/collection/phpipam_scan_agent/server.md +++ b/docs/projects/ansible/collection/phpipam_scan_agent/server.md @@ -29,10 +29,10 @@ The variables described below, if optional the value specified here is the defau nofusscomputing_phpipam_scan_server: # phpIPAM MariaDB/MySQL Variables - mysql_host: # Mandatory, String. IP/DNS of host to connect. [nfc_c_] - mysql_port: 3306 # Optional, Integer. port to use for connection. [nfc_c_] - mysql_user: # Mandatory, String. User to authenticate with. [nfc_c_] - mysql_password: # Mandatory, String. Password for the user to connect with. [nfc_c_] + mysql_host: # Mandatory, String. IP/DNS of host to connect. + mysql_port: 3306 # Optional, Integer. port to use for connection. + mysql_user: # Mandatory, String. User to authenticate with. + mysql_password: # Mandatory, String. Password for the user to connect with. # Server Component Variables