Claude 1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<Request>
|
||||
<Login>
|
||||
<Username>{{ sophos_api_username }}</Username>
|
||||
<Password>{{ sophos_api_password }}</Password>
|
||||
</Login>
|
||||
<Set operation="add">
|
||||
<WebServer>
|
||||
<Name>{{ item.name }}</Name>
|
||||
<Host>{{ item.host }}</Host>
|
||||
<Port>{{ item.port }}</Port>
|
||||
<Protocol>{{ item.protocol | upper }}</Protocol>
|
||||
<HealthCheck>{{ 'Enable' if item.health_check | default(true) else 'Disable' }}</HealthCheck>
|
||||
</WebServer>
|
||||
</Set>
|
||||
</Request>
|
||||
Reference in New Issue
Block a user