Diff
checker
Texto
Texto
Imágenes
Documentos
Excel
Carpetas
Legal
Enterprise
Aplicación de escritorio
Precios
Iniciar sesión
Descargar Diffchecker Desktop
Comparar texto
Encuentra la diferencia entre dos archivos de texto
Herramientas
Historial
Editor live
Ocultar sin cambios
Sin ajuste de línea
Vista
Dividido
Unificado
Nivel de detalle
Inteligente
Palabra
Letra
Resaltado de sintaxis
Elegir sintaxis
Ignorar
Transformar texto
Ir al primer cambio
Editar entrada
Diffchecker Desktop
La forma más segura de usar Diffchecker. ¡Obtén la app de Diffchecker Desktop: tus diffs nunca salen de tu computadora!
Obtener Desktop
Untitled diff
Creado
hace 10 años
El diff nunca expira
Borrar
Exportar
Compartir
Explicar
4 eliminaciones
Líneas
Total
Eliminado
Caracteres
Total
Eliminado
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
33 líneas
Copiar todo
15 adiciones
Líneas
Total
Añadido
Caracteres
Total
Añadido
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
44 líneas
Copiar todo
---
---
- include: provision.yml
- include: provision.yml
tags:
tags:
- provision
- provision
- name: Install libvirt packages and configure networks
- name: Install libvirt packages and configure networks
hosts: virthost
hosts: virthost
tags:
tags:
- environment
- environment
roles:
roles:
- environment/setup
- environment/setup
- name: Setup undercloud and baremetal vms and networks in libvirt
- name: Setup undercloud and baremetal vms and networks in libvirt
hosts: virthost
hosts: virthost
gather_facts: yes
gather_facts: yes
roles:
roles:
- libvirt/teardown
- libvirt/teardown
- libvirt/setup
- libvirt/setup
Copiar
Copiado
Copiar
Copiado
#
This adds
the undercloud node to the generated
#
Add
the undercloud node to the generated
# inventory.
# inventory.
Copiar
Copiado
Copiar
Copiado
- name:
Rebuild i
nventory
- name:
I
nventory
the undercloud
hosts: localhost
hosts: localhost
Copiar
Copiado
Copiar
Copiado
gather_facts: yes
vars:
inventory: undercloud
roles:
roles:
Copiar
Copiado
Copiar
Copiado
-
rebuild
-inventory
-
tripleo
-inventory
- name: Install undercloud and deploy overcloud
- name: Install undercloud and deploy overcloud
hosts: undercloud
hosts: undercloud
gather_facts: no
gather_facts: no
roles:
roles:
- tripleo/undercloud
- tripleo/undercloud
- tripleo/overcloud
- tripleo/overcloud
Copiar
Copiado
Copiar
Copiado
- name: Inventory the overcloud
hosts: undercloud
gather_facts: yes
vars:
inventory: all
roles:
- tripleo-inventory
Diferencias guardadas
Texto original
Abrir archivo
--- - include: provision.yml tags: - provision - name: Install libvirt packages and configure networks hosts: virthost tags: - environment roles: - environment/setup - name: Setup undercloud and baremetal vms and networks in libvirt hosts: virthost gather_facts: yes roles: - libvirt/teardown - libvirt/setup # This adds the undercloud node to the generated # inventory. - name: Rebuild inventory hosts: localhost roles: - rebuild-inventory - name: Install undercloud and deploy overcloud hosts: undercloud gather_facts: no roles: - tripleo/undercloud - tripleo/overcloud
Texto modificado
Abrir archivo
--- - include: provision.yml tags: - provision - name: Install libvirt packages and configure networks hosts: virthost tags: - environment roles: - environment/setup - name: Setup undercloud and baremetal vms and networks in libvirt hosts: virthost gather_facts: yes roles: - libvirt/teardown - libvirt/setup # Add the undercloud node to the generated # inventory. - name: Inventory the undercloud hosts: localhost gather_facts: yes vars: inventory: undercloud roles: - tripleo-inventory - name: Install undercloud and deploy overcloud hosts: undercloud gather_facts: no roles: - tripleo/undercloud - tripleo/overcloud - name: Inventory the overcloud hosts: undercloud gather_facts: yes vars: inventory: all roles: - tripleo-inventory
Encontrar la diferencia