Compare commits
1 commit
master
...
hostconfig
Author | SHA1 | Date | |
---|---|---|---|
1d2eb2b876 |
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
hosts:
|
hosts:
|
||||||
- address: localhost
|
- address: localhost
|
||||||
|
hostname: localhost
|
||||||
attributes:
|
attributes:
|
||||||
sudo_shell: false
|
sudo_shell: false
|
||||||
plugin_name: docker
|
plugin_name: docker
|
||||||
|
|
|
@ -60,6 +60,7 @@ class HostConfig:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
plugin_name: str
|
plugin_name: str
|
||||||
|
hostname: str
|
||||||
healthcheck_plugin_name: str
|
healthcheck_plugin_name: str
|
||||||
address: str
|
address: str
|
||||||
s3_creds_plugin_name: str = field(default="authmate")
|
s3_creds_plugin_name: str = field(default="authmate")
|
||||||
|
|
Loading…
Reference in a new issue