class

Krikri::HostGroup

Inherits Reference < Object

Host group

Constructors

new(name : String)
Source

Instance methods

add_child(group_name : String) : Nil

Add child group

Source
add_host(host : Host) : Nil

Add host to group

Source
children
Source
children=(children : Array(String))
Source
hosts
Source
hosts=(hosts : Hash(String, Host))
Source
name
Source
name=(name : String)
Source
vars
Source
vars=(vars : Hash(String, JSON::Any))
Source