|
| 1 | +--- |
| 2 | + |
| 3 | +# |
| 4 | +# Infrastructure stack |
| 5 | +# |
| 6 | +# infra_stack=vmware |
| 7 | + |
| 8 | +# |
| 9 | +# Docker EE. |
| 10 | +# |
| 11 | +# docker_ee_version: 17.06 |
| 12 | + |
| 13 | +# docker_ee_subscriptions_ubuntu: <placeholder> # Format: sub-xxx-xxx-xxx-xxx |
| 14 | +# docker_ee_package_version: 3:17.06.2~ee~7~3-0~ubuntu |
| 15 | +# |
| 16 | +# docker_ee_subscriptions_centos: <placeholder> # Format: sub-xxx-xxx-xxx-xxx |
| 17 | +# docker_ee_package_version: 17.06.2.ee.7-3.el7.centos |
| 18 | +# |
| 19 | +# docker_ee_subscriptions_redhat: <placeholder> # Format: sub-xxx-xxx-xxx-xxx |
| 20 | +# docker_ee_package_version: 17.06.2.ee.7-3.el7.rhel |
| 21 | +# |
| 22 | +# docker_ee_subscriptions_oracle: <placeholder> # Format: sub-xxx-xxx-xxx-xxx |
| 23 | +# docker_ee_package_version: 17.06.2.ee.8-3.el7 |
| 24 | +# |
| 25 | +# docker_ee_subscriptions_sles: <placeholder> # Format: sub-xxx-xxx-xxx-xxx |
| 26 | +# docker_ee_package_version: 2:17.06.2.ee.7-3 |
| 27 | + |
| 28 | + |
| 29 | +# docker_ee_package_version_win: 17.06.2-ee-7 |
| 30 | + |
| 31 | +# |
| 32 | +# UCP. |
| 33 | +# |
| 34 | + |
| 35 | +# docker_ucp_version: 2.2.9 |
| 36 | + |
| 37 | +# Subscription and certificate directories. |
| 38 | +# These paths are relative to the root folder (containing inventory/, group_vars/, etc...) |
| 39 | +docker_ucp_certificate_directory: ssl_cert |
| 40 | +# docker_ucp_license_path: "{{ playbook_dir }}/docker_subscription.lic" |
| 41 | + |
| 42 | +# docker_ucp_admin_password: <placeholder> |
| 43 | + |
| 44 | +# DNS name of the UCP load balancer endpoint (e.g. "ucp.example.com"). |
| 45 | +# This is also used for the SAN (subject alternative names) in any generated UCP certificate, |
| 46 | +# and as the address which DTR nodes will use to contact UCP. |
| 47 | +# docker_ucp_lb: <placeholder> |
| 48 | + |
| 49 | +# |
| 50 | +# Docker storage volume. |
| 51 | +# |
| 52 | +# If this is set to a block device then the device will be formatted as ext4 (if not already formatted), |
| 53 | +# and mounted at /var/lib/docker. |
| 54 | +# docker_storage_volume="/dev/xvdb" |
| 55 | +# DTR |
| 56 | +# |
| 57 | + |
| 58 | +# docker_dtr_version: 2.4.3 |
| 59 | +# docker_dtr_replica_id: <placeholder> # (A 12-character long hexadecimal number: e.g. 1234567890ab) |
| 60 | + |
| 61 | +# DNS name of the DTR load balancer endpoint (e.g. "dtr.example.com"). |
| 62 | +# This is also used for the SAN (subject alternative names) in any generated DTR certificate. |
| 63 | +# docker_dtr_lb: <placeholder> |
| 64 | + |
| 65 | +# The address the initial swarm leader will advertise. The default behavior is to use |
| 66 | +# the publicly routable address of `ansible_default_ipv4`. Override this to force swarm to |
| 67 | +# listen on a non-default interface |
| 68 | +# docker_swarm_listen_address: <placeholder> |
| 69 | + |
| 70 | +# |
| 71 | +# Cloudstor |
| 72 | +# |
| 73 | + |
| 74 | +# Set to "disabled" to prevent the plugin being installed (even if cloudstor_plugin_options is set). |
| 75 | +cloudstor_plugin_version: 1.0 |
| 76 | + |
| 77 | +# If defined and cloudstor_plugin_version is not "disabled", the playbook will |
| 78 | +# install the Cloudstor plugin with these settings on each node: |
| 79 | +# cloudstor_plugin_options: "CLOUD_PLATFORM=AWS EFS_ID_REGULAR=fs-AAA EFS_ID_MAXIO=fs-BBB EFS_SUPPORTED=1 AWS_STACK_ID=S2UCVL19bO2DOhi6" |
0 commit comments