feat: docker trusted CA Certificate updating #35

Merged
jon_nfc merged 3 commits from 17-docker-custome-ca-certs into development 2024-02-26 07:06:22 +00:00
8 changed files with 69 additions and 7 deletions
Showing only changes of commit 7c970d1521 - Show all commits

View File

@ -25,6 +25,8 @@ A phpIPAM scan agent designed for both local and remote network scanning. This A
This collection has been broken down into two components, a [server](server.md) and a [scanner](scanner.md). The scanner as the name implies will scan the networks assigned to it by phpIPAM and on completing a scan of a subnet, will post the results to the Server component which will process the results, and update the phpIPAM MySQL/MariaDB database directly.
This agent has been created to solve a few shortcomings of the official scan-agent. Ansible was chosen as the tool for the creation of the scan-agent. This was done as it lowers the bar of entry to modifying and development. This as well as that Ansible is a mature automation system that has many modules. The latter offers a wide range of integrating different systems. The scanner component is just an ansible playbook, whilst the server is an ansilbe rulebook which is based upon Event Driven Ansible (EDA).
## Installation

View File

@ -6,12 +6,12 @@ template: project.html
about: https://gitlab.com/nofusscomputing/projects/ansible/collections/phpipam_scan_agent
---
The Scan Agent Scanner component is intended to scan networks that are assigned to it by the phpIPAM server. It can be installed and ran from any host that is capable of running python.
The Scan Agent Scanner component is intended to scan networks that are assigned to it by the phpIPAM server. It can be installed and ran from any host that is capable of running python. The scan agent only requires that there be `nmap` installed as this is the package that conducts the network scanning.
## Usage
After installing the collection and configuring. Running the agent is as simple as running the following command:
Ensure that the `namp` package is installed, install and configure the collection. Running the agent is as simple as running the following command:
``` bash