This website requires JavaScript.
Explore
Help
Sign In
samsapti
/
lab-ansible
Watch
1
Star
0
Fork
You've already forked lab-ansible
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
06460e503e
lab-ansible
/
tools
/
cmd.sh
7 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Add wrapper scripts to run plays and custom commands
2023-12-23 14:25:57 +00:00
#!/usr/bin/env bash
HOSTS
=
"
$1
"
CMD
=
"
$2
"
Bump restic
2023-12-23 17:05:10 +00:00
ansible -b -u ansible -m shell -a
"
$CMD
"
"
$HOSTS
"
Reference in a new issue
Copy permalink