Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mcpheekp

    Ansible scripting

    ssh_cmd python script. import platform import sys import logging import os import paramiko import argparse import json import time #########Logging configuration########## here = os.path.abspath(os.path.dirname(__file__)) if platform.platform().startswith('Windows'): logging_file =...
  2. mcpheekp

    Ansible scripting

    Password YMLhttps://files.engineering.com/getfile.aspx?folder=8fb6885e-ebb4-4e59-9cb3-2d5cb3944e11&file=avaya_password.yml
  3. mcpheekp

    Ansible scripting

    I have figured out the Gateway patching and Password change Ansible YML. You need to create inventory files to load into Tower for these to work. There are two YML's, one for patching, and one for passwords. and one Python file for SSH commands to run in the gateways. You must use Python3...
  4. mcpheekp

    Linking B169 sets

    That is what we went with, one phone and mics.
  5. mcpheekp

    Linking B169 sets

    Looking to set up two or three B169's with the same extension connected to one DECT Base station and have all of them work together. One goes off hook they all go off hook. Call comes in all ring. Don't know if it can be done, but I recall the old Konftel would do this. Kevin
  6. mcpheekp

    Ansible scripting

    Anyone have any experience with Ansible and setting up scripts to patch gateways? Or change passwords on gateways and servers from the cli? Kevin

Part and Inventory Search

Back
Top