• Anaconda Platform
  • – Welcome
  • – Anaconda Distribution
  • – Anaconda Repository
  • – Anaconda Accelerate
  • – Anaconda Adam
    • Installation
    • User guide
      • Concepts
      • Getting started
      • Tasks
        • Working with cluster profiles
        • Working with clusters
          • Provisioning a cluster
          • Viewing cluster information
          • Adding nodes to an existing cluster
          • Managing Anaconda across a cluster
          • Using SSH to connect to nodes
          • Running remote commands
          • Excecuting Salt modules
          • Removing a cluster
        • Working with platform components
        • Viewing your Adam version and license
        • Updating Adam
      • Troubleshooting
    • FAQs
    • Help and support
    • Release notes
  • – Anaconda Enterprise Notebooks
  • – Anaconda Fusion
  • – Anaconda Scale
  • – Anaconda Cloud
  • Anaconda-sponsored OSS programs
  • – Bokeh
  • – Dask
  • – PhosphorJS

Excecuting Salt modulesΒΆ

To execute Salt modules, run:

$ adam salt -n [cluster-name] [nodes] [module-name]

EXAMPLE: To execute the “test.ping” Salt module on all nodes in a cluster named “cluster”:

$ adam salt -n cluster '*' test.ping
192.168.1.1: true
192.168.1.2: true
192.168.1.3: true
192.168.1.4: true
Docs Home
Anaconda Home
More Help & Support
2017 Anaconda, Inc.
All Rights Reserved.
Privacy Policy | EULA