mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
53
tests/integration/targets/docker_swarm_service/vars/main.yml
Normal file
53
tests/integration/targets/docker_swarm_service/vars/main.yml
Normal file
|
@ -0,0 +1,53 @@
|
|||
---
|
||||
|
||||
service_expected_output:
|
||||
args: [sleep, '1800']
|
||||
configs: null
|
||||
constraints: null
|
||||
container_labels: null
|
||||
command: null
|
||||
dns: null
|
||||
dns_options: null
|
||||
dns_search: null
|
||||
endpoint_mode: vip
|
||||
env: null
|
||||
force_update: null
|
||||
groups: null
|
||||
healthcheck: null
|
||||
healthcheck_disabled: null
|
||||
hostname: null
|
||||
hosts: null
|
||||
image: busybox
|
||||
labels: null
|
||||
limit_cpu: null
|
||||
limit_memory: null
|
||||
log_driver: null
|
||||
log_driver_options: null
|
||||
mode: global
|
||||
mounts: null
|
||||
networks: null
|
||||
secrets: null
|
||||
stop_grace_period: null
|
||||
stop_signal: null
|
||||
placement_preferences: null
|
||||
publish:
|
||||
- {mode: null, protocol: tcp, published_port: 60001, target_port: 60001}
|
||||
- {mode: null, protocol: udp, published_port: 60001, target_port: 60001}
|
||||
read_only: null
|
||||
replicas: null
|
||||
reserve_cpu: null
|
||||
reserve_memory: null
|
||||
restart_policy: null
|
||||
restart_policy_attempts: null
|
||||
restart_policy_delay: null
|
||||
restart_policy_window: null
|
||||
rollback_config: null
|
||||
tty: null
|
||||
update_delay: null
|
||||
update_failure_action: null
|
||||
update_max_failure_ratio: null
|
||||
update_monitor: null
|
||||
update_order: null
|
||||
update_parallelism: null
|
||||
user: null
|
||||
working_dir: null
|
Loading…
Add table
Add a link
Reference in a new issue