Sha256: d5fd0915534986c4d5a61a9e38401e40711b2b8ea15ee2eaeb1310d41c44f4ff

Contents?: true

Size: 437 Bytes

Versions: 10

Compression:

Stored size: 437 Bytes

Contents

# Add your servers informations here
# the informations consist of :
#   - servername: the name of the server
#   - ip: ip address of your server
#   - services: all the services of your server, consists of the name and the port
# see the examples below.
--- 
- servername: My Server
  ip: 127.0.0.1
  services: 
    ftp: 21
    http: 80
- servername: Yet Another Server
  ip: 127.0.0.2
  services: 
    ftp: 21
    http: 80
    ssh: 22

Version data entries

10 entries across 5 versions & 2 rubygems

Version Path
xinuc-sermont-0.2.5 lib/config/sermont.yaml
xinuc-sermont-0.2.5 spec/sermont.yaml
xinuc-sermont-0.2.6 lib/config/sermont.yaml
xinuc-sermont-0.2.6 spec/sermont.yaml
xinuc-sermont-0.3.0 lib/config/sermont.yaml
xinuc-sermont-0.3.0 spec/sermont.yaml
xinuc-sermont-0.3.1 spec/sermont.yaml
xinuc-sermont-0.3.1 lib/config/sermont.yaml
sermont-0.3.3 lib/config/sermont.yaml
sermont-0.3.3 spec/sermont.yaml