ipbhat / ipbhat.sample / 1.0.0 / module / infn_mapper Map the TL1 message parameters to user friendly ones Authors: Anand Krishna Rallabhandi (anand-krishna) preview | supported by networkipbhat.sample.infn_mapper (1.0.0) — module
Install with ansible-galaxy collection install ipbhat.sample:==1.0.0
collections: - name: ipbhat.sample version: 1.0.0
This module maps the TL1 message parameters in the response received from the NE to the ones as stated in the mapper(generally, user friendly ones)
--- - hosts: ne connection: local tasks: - name: Retrieve RADIUS Servers infn_mapper: mapper: "{{ mapper }}" tl1_response: "{{ response }}"
mapper: description: - Mapping between TL1 parameters and user friendly names required: true type: dict tl1_response: description: - The TL1 response received from the NE, that is parsed into a JSON required: true type: dict