Diff
checker
Texto
Texto
Imagens
Documentos
Excel
Pastas
Legal
Enterprise
Aplicativo para desktop
Preços
Fazer login
Baixar o Diffchecker Desktop
Comparar texto
Encontre a diferença entre dois arquivos de texto
Ferramentas
Histórico
Editor live
Recolher inalteradas
Sem quebra de linha
Layout
Dividido
Unificado
Nível de detalhe
Inteligente
Palavra
Caractere
Realce de sintaxe
Escolher sintaxe
Ignorar
Transformar texto
Ir à primeira mudança
Editar entrada
Diffchecker Desktop
A maneira mais segura de usar o Diffchecker. Obtenha o aplicativo Diffchecker Desktop: seus diffs nunca saem do seu computador!
Obter Desktop
Untitled diff
Criado
há 10 anos
O diff nunca expira
Limpar
Exportar
Compartilhar
Explicar
4 remoções
Linhas
Total
Removido
Caracteres
Total
Removido
Para continuar usando este recurso, atualize para
Diff
checker
Pro
Ver preços
33 linhas
Copiar tudo
15 adições
Linhas
Total
Adicionado
Caracteres
Total
Adicionado
Para continuar usando este recurso, atualize para
Diff
checker
Pro
Ver preços
44 linhas
Copiar tudo
---
---
- 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
Diferenças salvas
Texto original
Abrir arquivo
--- - 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 alterado
Abrir arquivo
--- - 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 Diferença