Skip to content
Snippets Groups Projects
Commit aea5b5d1 authored by jurgenhaas's avatar jurgenhaas
Browse files

Clenaup imports

parent 13910df8
No related branches found
No related tags found
No related merge requests found
import ansible
import json
import os
import requests
import ansible.constants as C
from ansible.callbacks import vv
from ansible.errors import AnsibleError as ae
from ansible.runner.return_data import ReturnData
from ansible.utils import parse_kv
from ansible.inventory.host import Host
from ansible.inventory.group import Group
class ActionModule(object):
''' Create new host or sync all of your inventory over at ServerDensity'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment