Compare commits
5 commits
change/use
...
master
Author | SHA1 | Date | |
---|---|---|---|
a7d28c6b9b | |||
b95aa3bc89 | |||
321cf7d992 | |||
1026ff5c29 | |||
a99b5922ab |
2 changed files with 4 additions and 1 deletions
|
@ -19,3 +19,6 @@ ssh_args = -o ControlMaster=auto -o ControlPersist=600s -o ServerAliveInterval=6
|
||||||
control_path = %(directory)s/%%h-%%r
|
control_path = %(directory)s/%%h-%%r
|
||||||
pipelining = True
|
pipelining = True
|
||||||
timeout = 10
|
timeout = 10
|
||||||
|
|
||||||
|
[persistent_connection]
|
||||||
|
ssh_type = libssh
|
|
@ -1,6 +1,6 @@
|
||||||
#pip_package: python3-pip
|
#pip_package: python3-pip
|
||||||
pip_install_packages:
|
pip_install_packages:
|
||||||
- docker==6.1.3
|
- docker
|
||||||
- docker-compose
|
- docker-compose
|
||||||
docker_users:
|
docker_users:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue