automating taskssucesurs.org.br/sites/default/files/2020-07/guors... · 2020. 7. 24. · ansible...

15
Ricardo Martins AUTOMATING TASKS

Upload: others

Post on 31-Dec-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

Ricardo Martins

AUTOMATING TASKS

Page 2: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

WHO AM I ?

Page 3: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

AGENDA

Q & A

WHY ANSIBLE ? CONCEPT

ARCHITECTURE USE CASES

Page 4: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

WHY ANSIBLE ?

Page 5: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

CONCEPT

Page 6: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

ARCHITECTURE

SSH

1. Ansible Controler

2. Targets

Page 7: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

ARCHITECTURE

A few new words:

Controller (Control node)

Managed nodes (Targets)

Inventory (plain text)

Modules

Tasks

Playbooks

Page 8: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

ARCHITECTURE - FLOW

INVENTORY

PLAYBOOK

ROLES

TASKS TASKS TASKS TASKS

ROLES

TASKS TASKS TASKS TASKS

Page 9: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

ARCHITECTURE - FrontEnd

Page 10: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

ARCHITECTURE - FrontEnd

Page 11: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

ARCHITECTURE - FrontEnd

Page 12: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

USE CASES

Page 13: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

USE CASES

Page 14: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

MY USE CASES

DATABASE PATCH

DATABASE CLONE

EBS ADMIN TASKS

EBS DATABASE AUTOCONFIG

DATABASE JAVA UPGRADE

CLONE ORACLE BINARIES

DATABASE GENERAL TASKS

DATABASE ADMIN TASKS

Self Service

DBA Taks

EBS DATABASE METADATA CLEANUP

Page 15: AUTOMATING TASKSsucesurs.org.br/sites/default/files/2020-07/GUORS... · 2020. 7. 24. · Ansible Tower help streamline the process. CONFIGURATION MANAGEMENT Centralizing configuration

Q&A