Put your IT Operations on Cruise Control
Automate cross-system processes to streamline IT operations, improve cybersecurity and demonstrate compliance.
Automate cross-system processes to streamline IT operations, improve cybersecurity and demonstrate compliance.
Automate Privileged Operations
Remove the need for direct access and privileged credentials.
Delegate To Unprivileged Users
Empower users without exposing the business to risk.
Consistent User Interface
Reduce training overhead and siloed knowledge.
Simple YAML configuration
Define automated tasks as high level steps.
Integrate with everything
Use plugins to connect to your infrastructure.
Single Pane of Glass
Create, test and deploy from one interface.
steps:
- name: Get Domain Admins
actions:
# Get connection details from a secure vault
- hashicorp_vault.key_value.read_secret_keys:
secret: active_directory
keys:
- name: address
- name: domain
- name: username
sensitive: true
- name: password
sensitive: true
create_missing: true
save: connection_details
# Connect to AD and find the Domain Admins group
- active_directory.groups.search:
search_params:
sAMAccountName: Domain Admins
load:
domain_controller: connection_details
save: groups
# Get all users in the Domain Admins group
- active_directory.groups.get_users:
nested: true
load:
distinguishedName: groups.0.distinguishedName
domain_controller: connection_details
save: domain_admins
# Display a table of all domain admins
- active_directory.groups.output_table:
text: All Domain Admins
load:
groups: domain_admins
Start automating your estate with a free 30 day trial today. No signup required!
Get PPA ExpressInstallation Guide
See how easy it is to get started with our installation guide
Playbooks
View our task writing reference guide
Plugins
See how to integrate with different systems using our plugins reference guide.