feat(substrate): enable platform deployment via ansible server
This commit introduces support for deploying a decentralized ledger technology (DLT) network using Ansible automation. The changes include:
- Added a new network configuration file to define nodes (Bootnode, Validator, Member, IPFS) within a single organization.
- Updated the `deployment-network.yaml` to support the new network configuration.
- Updated multiple Ansible roles, Helm release templates, and charts to align with the new network configuration.
- Updated the user guide documentation to assist users/developers in correctly configuring the network.
Commit to be reviewed
feat(substrate): enable platform deployment via ansible server
fixes #2547