mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
e3f61f4480
* Add command option * Fix test task name * Changelog fragment * Fix indendation * Add version_added * Better command description * Test passing command as list * Handle invalid command types * Cleaner command type checking * Check that all items in command list are strings * Better error about command list items * Better type checking errors * Add tests for command type checking * Update command tests * Fix messed up rebase
42 lines
924 B
YAML
42 lines
924 B
YAML
---
|
|
|
|
service_expected_output:
|
|
args: [sleep, '1800']
|
|
configs: null
|
|
constraints: []
|
|
container_labels: {}
|
|
command: null
|
|
dns: []
|
|
dns_options: []
|
|
dns_search: []
|
|
endpoint_mode: vip
|
|
env: []
|
|
force_update: null
|
|
hostname: ''
|
|
image: busybox
|
|
labels: {}
|
|
limit_cpu: 0.0
|
|
limit_memory: 0
|
|
log_driver: json-file
|
|
log_driver_options: {}
|
|
mode: global
|
|
mounts: []
|
|
networks: []
|
|
placement_preferences: null
|
|
publish:
|
|
- {mode: null, protocol: tcp, published_port: 60001, target_port: 60001}
|
|
- {mode: null, protocol: udp, published_port: 60001, target_port: 60001}
|
|
replicas: null
|
|
reserve_cpu: 0.0
|
|
reserve_memory: 0
|
|
restart_policy: none
|
|
restart_policy_attempts: 0
|
|
restart_policy_delay: 0
|
|
restart_policy_window: 0
|
|
tty: false
|
|
update_delay: 10
|
|
update_failure_action: continue
|
|
update_max_failure_ratio: 0.0
|
|
update_monitor: 5000000000
|
|
update_order: null
|
|
update_parallelism: 1
|