Skip to content

Ansible inspired automation tool written in Rust.

Notifications You must be signed in to change notification settings

lukasmetzner/argus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argus

Ansible inspired automation tool written in Rust.

Installation

git clone https://github.com/lukasmetzner/argus.git
cd argus
cargo install --path .

Usage

Argus project file structure

├── hosts.yml
└── scrolls
    ├── init-setup
    │   └── main.yml
    └── install-devtools
        └── main.yml
  • hosts.yml: Contains information about the hosts and the execution order of scrolls
  • scrolls/init-setup/main.yml: Contains the tasks and execution order of a single scroll
argus --project-path .
# OR
argus -p examples/vm-init # Fill in hosts.yml first

About

Ansible inspired automation tool written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages