taavi@runko:~ $ cat ~/.config/spicerack/cookbook_config.yaml --- # adapt to wherever you cloned the repo cookbooks_base_dir: ~/src/wmf-automation/cookbooks logs_base_dir: /tmp/spicerack_logs instance_params: # pending a pip release: cumin_config: ~/.config/spicerack/cumin-config.yaml # for now you'll have to use the full path, change YOURUSER with your actual user cumin_config: /home/taavi/.config/spicerack/cumin_config.yaml taavi@runko:~ $ cat ~/.config/spicerack/cumin_config.yaml --- transport: clustershell log_file: cumin.log # feel free to change this to another path of your choosing default_backend: direct environment: {} clustershell: ssh_options: # needed for vms that repeat a name - | -o StrictHostKeyChecking=no -o "UserKnownHostsFile=/dev/null" -o "LogLevel=ERROR" -F "/home/taavi/.ssh/config"