:py:mod:`nautobot_ssot_ipfabric.workers` ======================================== .. py:module:: nautobot_ssot_ipfabric.workers .. autoapi-nested-parse:: Chat Ops Worker. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: nautobot_ssot_ipfabric.workers.prompt_for_bool nautobot_ssot_ipfabric.workers.ipfabric_logo nautobot_ssot_ipfabric.workers.ipfabric nautobot_ssot_ipfabric.workers.ssot_sync_to_nautobot Attributes ~~~~~~~~~~ .. autoapisummary:: nautobot_ssot_ipfabric.workers.CONFIG nautobot_ssot_ipfabric.workers.NAUTOBOT_HOST nautobot_ssot_ipfabric.workers.BASE_CMD nautobot_ssot_ipfabric.workers.IPFABRIC_LOGO_PATH nautobot_ssot_ipfabric.workers.IPFABRIC_LOGO_ALT .. py:data:: CONFIG .. py:data:: NAUTOBOT_HOST .. py:data:: BASE_CMD :annotation: = ipfabric .. py:data:: IPFABRIC_LOGO_PATH :annotation: = nautobot_ssot_ipfabric/ipfabric_logo.png .. py:data:: IPFABRIC_LOGO_ALT :annotation: = IPFabric Logo .. py:function:: prompt_for_bool(dispatcher: nautobot_chatops.dispatchers.Dispatcher, action_id: str, help_text: str) Prompt the user to select a True or False choice. .. py:function:: ipfabric_logo(dispatcher) Construct an image_element containing the locally hosted IP Fabric logo. .. py:function:: ipfabric(subcommand, **kwargs) Interact with ipfabric plugin. .. py:function:: ssot_sync_to_nautobot(dispatcher, dry_run=None, safe_delete_mode=None, sync_ipfabric_tagged_only=None) Start an SSoT sync from IPFabric to Nautobot.