5 lines
147 B
Bash
Executable file
5 lines
147 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Used for better integration with JetBrains run configurations
|
|
|
|
ansible-playbook ./playbooks/serguzim.net.yml -t "${1:-all}"
|