Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.24 KB

README.rst

File metadata and controls

54 lines (33 loc) · 1.24 KB

xontrib-salt

Overview

SaltStack, accessible from xonsh

Makes use of Salt's HTTP RPC via Cumin, so make sure you've configured netapi and eauth modules. Credentials come from your pepperrc file.

Installation / Usage

To install use pip:

$ xpip install https://github.com/astronouth7303/xontrib-salt/archive/master.zip

Or clone the repo:

$ git clone https://github.com/astronouth7303/xontrib-salt.git $ xpip install ./xontrib-salt

Contributing

Fork, submit a pull request, and we'll have a discussion. Keep to PEP8.

Example

Runner commands:

$ salt.saltuitl.sync_all()

Standard minion commands:

$ salt('*').test.ping() $ salt['myminion'].test.ping()

Credits

This package was created with cookiecutter and the xontrib template.