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

Clenaup imports

parent 13910df8
Branches
No related tags found
No related merge requests found
import ansible
import json import json
import os import os
import requests import requests
import ansible.constants as C
from ansible.callbacks import vv from ansible.callbacks import vv
from ansible.errors import AnsibleError as ae from ansible.errors import AnsibleError as ae
from ansible.runner.return_data import ReturnData from ansible.runner.return_data import ReturnData
from ansible.utils import parse_kv from ansible.utils import parse_kv
from ansible.inventory.host import Host
from ansible.inventory.group import Group
class ActionModule(object): class ActionModule(object):
''' Create new host or sync all of your inventory over at ServerDensity''' ''' 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.
Please register or to comment