Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
# -*- coding: utf-8 -*-
# flake8: noqa
from .admin_user_exists import AdminUserExists
from .airflow_service import AirflowService
from .ansible_module import AnsibleModule
from .ansible_role import AnsibleRole
from .apache_installed import ApacheInstalled
from .apache_vhost_file import ApacheVhostFile
from .apache_vhost_from_folder import ApacheVhostFromFolder
from .archive_extracted import ArchiveExtracted
from .arp_installed import ArpInstalled
from .asdf_pkg_mgr import AsdfPkgMgr
from .asdf_pkg_mgr_plugin import AsdfPkgMgrPlugin
from .basic_hardening import BasicHardening
from .celery_systemd_service_unit import CelerySystemdServiceUnit
from .command_output_to_file import CommandOutputToFile
from .conda_pkg_mgr import CondaPkgMgr
from .config_value_in_file import ConfigValueInFile
from .config_values_in_file import ConfigValuesInFile
from .debug_msg import DebugMsg
from .debug_secret_var import DebugSecretVar
from .debug_var import DebugVar
from .debug_vars import DebugVars
from .devpi_create_backup import DevpiCreateBackup
from .devpi_import_from_backup import DevpiImportFromBackup
from .devpi_installed import DevpiInstalled
from .devpi_nginx_vhost_config import DevpiNginxVhostConfig
from .devpi_service import DevpiService
from .devpi_standalone import DevpiStandalone
from .discourse_config_file import DiscourseConfigFile
from .discourse_standalone import DiscourseStandalone
from .docker_container_running import DockerContainerRunning
from .docker_image_from_folder import DockerImageFromFolder
from .docker_image_from_frecklets import DockerImageFromFrecklets
from .docker_service import DockerService
from .dotfiles import Dotfiles
from .ec2_instance_absent import Ec2InstanceAbsent
from .ec2_instance_exists import Ec2InstanceExists
from .ec2_security_group_exists import Ec2SecurityGroupExists
from .execute_ad_hoc_script import ExecuteAdHocScript
from .execute_command import ExecuteCommand
from .execute_shell import ExecuteShell
from .file_downloaded import FileDownloaded
from .file_fetched import FileFetched
from .file_is_present import FileIsPresent
from .file_with_content import FileWithContent
from .folder_exists import FolderExists
from .folder_is_empty import FolderIsEmpty
from .folder_stowed import FolderStowed
from .folders_intermingled import FoldersIntermingled
from .frecklecute import Frecklecute
from .git_installed import GitInstalled
from .git_repo_synced import GitRepoSynced
from .go_lang_installed import GoLangInstalled
from .grafana_service import GrafanaService
from .group_exists import GroupExists
from .hcloud_server_exists import HcloudServerExists
from .homebrew_pkg_mgr import HomebrewPkgMgr
from .hostname import Hostname
from .init_service_configured import InitServiceConfigured
from .init_service_disabled import InitServiceDisabled
from .init_service_enabled import InitServiceEnabled
from .init_service_reloaded import InitServiceReloaded
from .init_service_restarted import InitServiceRestarted
from .init_service_started import InitServiceStarted
from .init_service_stopped import InitServiceStopped
from .initial_system_setup import InitialSystemSetup
from .ipv4_address_assigned import Ipv4AddressAssigned
from .java_lang_installed import JavaLangInstalled
from .keycloak_add_user import KeycloakAddUser
from .keycloak_postgresql_helper_script_file import KeycloakPostgresqlHelperScriptFile
from .keycloak_postgresql_jdbc_driver_installed import (
KeycloakPostgresqlJdbcDriverInstalled,
)
from .keycloak_service_config_file import KeycloakServiceConfigFile
from .keycloak_service_launcher_file import KeycloakServiceLauncherFile
from .keycloak_standalone import KeycloakStandalone
from .keycloak_standalone_config_file import KeycloakStandaloneConfigFile
from .letsencrypt_cert_exists import LetsencryptCertExists
from .link_exists import LinkExists
from .locales_generated import LocalesGenerated
from .mailtrain_service import MailtrainService
from .mariadb_database_exists import MariadbDatabaseExists
from .mariadb_service import MariadbService
from .matomo_standalone import MatomoStandalone
from .metabase_service import MetabaseService
from .metabase_service_configuration_file import MetabaseServiceConfigurationFile
from .metabase_standalone import MetabaseStandalone
from .netdata_service import NetdataService
from .nextcloud_standalone_docker import NextcloudStandaloneDocker
from .nginx_installed import NginxInstalled
from .nginx_installed_from_source import NginxInstalledFromSource
from .nginx_reverse_proxy_vhost_config import NginxReverseProxyVhostConfig
from .nginx_server_block_file import NginxServerBlockFile
from .nginx_vhost_from_folder import NginxVhostFromFolder
from .nix_pkg_mgr import NixPkgMgr
from .nmap_installed import NmapInstalled
from .osx_command_line_tools_installed import OsxCommandLineToolsInstalled
from .package_installed import PackageInstalled
from .package_managers import PackageManagers
from .packages_installed import PackagesInstalled
from .parent_folder_exists import ParentFolderExists
from .passwordless_sudo_users import PasswordlessSudoUsers
from .path_archived import PathArchived
from .path_attributes import PathAttributes
from .path_has_mode import PathHasMode
from .path_is_absent import PathIsAbsent
from .path_is_owned_by import PathIsOwnedBy
from .path_is_synced import PathIsSynced
from .php_lang_installed import PhpLangInstalled
from .pip_requirements_present import PipRequirementsPresent
from .postgresql_database_exists import PostgresqlDatabaseExists
from .postgresql_service import PostgresqlService
from .prometheus_mysqld_exporter_service import PrometheusMysqldExporterService
from .prometheus_node_exporter_service import PrometheusNodeExporterService
from .prometheus_service import PrometheusService
from .pyenv_python_installed import PyenvPythonInstalled
from .python_dev_project import PythonDevProject
from .python_gunicorn_service import PythonGunicornService
from .python_lang_installed import PythonLangInstalled
from .python_packages_in_virtualenv import PythonPackagesInVirtualenv
from .python_virtualenv import PythonVirtualenv
from .python_virtualenv_execute_shell import PythonVirtualenvExecuteShell
from .python_virtualenv_exists import PythonVirtualenvExists
from .rabbitmq_service import RabbitmqService
from .rabbitmq_user_exists import RabbitmqUserExists
from .rabbitmq_vhost_exists import RabbitmqVhostExists
from .register_path_details import RegisterPathDetails
from .register_var import RegisterVar
from .shell_output_to_file import ShellOutputToFile
from .sleep import Sleep
from .ssh_key_exists import SshKeyExists
from .ssh_key_is_absent import SshKeyIsAbsent
from .ssh_tunnel_over_nginx import SshTunnelOverNginx
from .sshpass_installed import SshpassInstalled
from .static_website_from_folder import StaticWebsiteFromFolder
from .stow_installed import StowInstalled
from .superset_service import SupersetService
from .superset_service_configuration_file import SupersetServiceConfigurationFile
from .superset_service_database_exists import SupersetServiceDatabaseExists
from .superset_service_init import SupersetServiceInit
from .superset_standalone import SupersetStandalone
from .sysctl_value import SysctlValue
from .systemd_service_config import SystemdServiceConfig
from .systemd_service_config_file import SystemdServiceConfigFile
from .systemd_service_unit import SystemdServiceUnit
from .systemd_service_unit_file import SystemdServiceUnitFile
from .systemd_services_started import SystemdServicesStarted
from .systemd_services_stopped import SystemdServicesStopped
from .ufw_incoming_allowed import UfwIncomingAllowed
from .ufw_installed import UfwInstalled
from .unzip_installed import UnzipInstalled
from .user_exists import UserExists
from .vagrant_installed import VagrantInstalled
from .virtualbox_installed import VirtualboxInstalled
from .wait_for_ssh import WaitForSsh
from .webserver_service import WebserverService
from .wordpress_folder_prepared import WordpressFolderPrepared
from .wordpress_standalone import WordpressStandalone
from .wordpress_vhost_apache import WordpressVhostApache
from .wordpress_vhost_nginx import WordpressVhostNginx
from .zerotier_network_member import ZerotierNetworkMember
from .zile_config_file import ZileConfigFile