blob: 4c81601d470b5239fe01ecef9f0ddb7b3465ac38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
rcm := "../../bin/rcm"
# Apply configuration
run:
{{rcm}} config.rb
# Dry run — show what would change without making changes
dry:
{{rcm}} config.rb --dry
# Verbose output
debug:
{{rcm}} config.rb --debug
# Limit execution to specific hosts (comma-separated, e.g. just hosts earth,mars)
hosts target:
{{rcm}} config.rb --hosts {{target}}
|