fist cap (not working)

This commit is contained in:
2022-03-29 12:41:48 +03:00
parent 7f2796ab51
commit 3fdee67353
5 changed files with 115 additions and 7 deletions

View File

@ -0,0 +1,10 @@
# The server-based syntax can be used to override options:
# ------------------------------------
server "web-server.local",
user: "feenix",
roles: %w{web app db},
ssh_options: {
auth_methods: %w(publickey)
# password: "please use keys"
}