root@XX:/tmp/facts_cache# cat TESTFIREWALL2
{
"ansible_net_api": "cliconf",
"ansible_net_asatype": "ASA",
"ansible_net_device_mgr_version": "7.18(1)",
"ansible_net_filesystems": [
"disk0:"
],
"ansible_net_filesystems_info": {
"disk0:": {
"spacefree_kb": 3628400.0,
"spacetotal_kb": 7192844.0
}
},
"ansible_net_gather_network_resources": [],
"ansible_net_gather_subset": [
"hardware",
"default"
],
"ansible_net_hostname": "TEST-ASA",
"ansible_net_image": "disk0:/asa9-12-8-8-lfbff-k8.SPA",
"ansible_net_memfree_mb": 2440607,
"ansible_net_memtotal_mb": 3868741,
"ansible_net_memused_mb": 1428134,
"ansible_net_python_version": "2.7.16",
"ansible_net_serialnum": "JAD5156XXXXX",
"ansible_net_system": "asa",
"ansible_net_version": "9.18(4)4",
"ansible_network_resources": {},
"discovered_interpreter_python": "/usr/bin/python"
}root@XX:/tmp/facts_cache#
Thanks,
Vikram
TASK [GATHER BOOT INFO] *******************************************************************************************************************************************************************************************
<10.27.255.3> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-local-387r2qut6z5/ansible-tmp-1627413870.6139183-425-52995195701749/ > /dev/null 2>&1 && sleep 0'
ok: [TESTASA] => {
"changed": false,
"invocation": {
"module_args": {
"commands": [
"sh run | i boot"
],
"interval": 1,
"match": "all",
"provider": null,
"retries": 10,
"wait_for": null
}
},
"stdout": [
"boot-start-marker\nboot system bootflash:isr4500-universalk8.16.12.12.SPA.bin\nboot system bootflash:isr4500-universalk8.16.12.15.SPA.bin\nboot-end-marker\nlicense boot level securityk9\ndiagnostic bootup level minimal"
],