Skip to content

Commit

Permalink
Update documentation to match reality
Browse files Browse the repository at this point in the history
  • Loading branch information
ngharo authored and dmke committed Oct 20, 2019
1 parent c4f4f8c commit 9398c53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ We assume these files exist in `ROOT_DIR`:

ROOT_DIR/
+-- config.yml service configuration
+-- defaults.yml global defaults for host configs
+-- globals.yml global defaults for host configs
+-- hosts/
  +-- $host/config.yml host config (variant A)
  +-- $host.yml host config (variant B)
Expand Down Expand Up @@ -164,8 +164,8 @@ ssh:
timeout: int # timeout for establishing connection
rsync:
included: []string # rsync pattern for included files/directories
excluded: []string # rsync pattern for excluded files/directories
include: []string # rsync pattern for included files/directories
exclude: []string # rsync pattern for excluded files/directories
args: []string # other rsync arguments
# included, excluded and args will be merged with the global config
Expand Down Expand Up @@ -196,7 +196,7 @@ ssh:
port: 22
timeout: 10
rsync:
included:
include:
- /etc
- /home
- /opt
Expand All @@ -205,7 +205,7 @@ rsync:
- /usr/local/etc
- /var/spool/cron
- /var/www
excluded:
exclude:
- "tmp"
- "*.log"
- "*.log.*"
Expand Down

0 comments on commit 9398c53

Please sign in to comment.