Hi
I have written playbooks for networking device automation. I want to build up my own virtual machine as an ansible-runner so that I can utilize the Ansible automation platform to manage and execute my playbooks. If I have several devices as a target host, I need advice on how to add networking device details and set up and configure runner information. Where do I put various credentials for different hosts?
Hi!!! selvigp, nice to meet you. I don’t very well my english, sorry
You can details of the hosts throught Ansible AWX creating an inventory of your inventory hosts/networks where you register each host can you want access.
When running a playbook in awx, you can set environment variables that affect Ansible’s execution such as configurations defined in the ansible.cfg general.
Thanks for your information. Let me check it