1234567891011121314151617181920212223 |
- ---
- - name: Collect control_plane device inventory
- hosts: localhost
- connection: local
- gather_facts: false
- roles:
- - collect_device_info
- - import_playbook: "{{ playbook_dir }}/roles/collect_device_info/files/create_inventory.yml"
|