3.2.6.3. ルート
以下は、サービス hello-world にマップする hello-world という名前のルートを作成する例です。
プロビジョニング
プロビジョニング解除
- openshift_v1_route: name: hello-world namespace: '{{ namespace }}' state: absent
- openshift_v1_route:
name: hello-world
namespace: '{{ namespace }}'
state: absent