Compare commits

...

1 commit

Author SHA1 Message Date
1d2eb2b876 [#281] add hostname to HostConfig
Some checks reported warnings
DCO action / DCO (pull_request) Has been cancelled
Signed-off-by: m.malygina <m.malygina@yadro.com>
2024-08-13 17:30:43 +03:00
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
hosts:
- address: localhost
hostname: localhost
attributes:
sudo_shell: false
plugin_name: docker

View file

@ -60,6 +60,7 @@ class HostConfig:
"""
plugin_name: str
hostname: str
healthcheck_plugin_name: str
address: str
s3_creds_plugin_name: str = field(default="authmate")