You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
212 B
Bash
7 lines
212 B
Bash
2 weeks ago
|
#!/bin/bash
|
||
|
|
||
|
node=$1 # 01,02,03,04, ...
|
||
|
|
||
|
source .readENV.sh
|
||
|
ansible-playbook 01-DeployDocker/00-Deploy_docker_on_debian11_remote_machine/00-deploy_docker_on_debian11_remote_machine.yaml --extra-vars="node=$node"
|