Reasonable Automation Engine

Tiron is an automation tool that's easy to use and aims to be as fast as possible. It’s agentless by using SSH and has a TUI for the outputs of the tasks.

                        
                            use 
                            "jobs/job.tr" 
                            { 
                        
                        
                              job 
                            "job1" 
                            {}
                        
                        
                            } 
                        
                        
                             
                        
                        
                            group 
                            "production" 
                            { 
                        
                        
                              host 
                            "machine1" 
                            {}
                        
                        
                            } 
                        
                        
                             
                        
                        
                            run 
                            "production" 
                            {
                        
                        
                              action 
                            "copy" 
                            {
                        
                        
                                params 
                            {
                        
                        
                                  src
                             = 
                            "src_file"
                        
                        
                                  dest
                             = 
                            "/tmp/dest_path"
                        
                        
                                }
                        
                        
                              }
                        
                        
                            }
                        
                    

Features