Ansible Workshop

Hands on Ansible deploying GitLab
Location - Webonise Lab, Pune
Date - 2015-02-21

About Me

Name:Rishabh Das
Contact:rishabh5290@gmail.com
Workplace:Red Hat, Pune

Agenda

What is Ansible

Images/Ansible.png

Installation

Ansible Modules

Ansible Variables

Ansible Playbook

Sample Playbook

---
- name: install and start httpd service
  hosts: webservers
  user: cloud-user
  sudo: yes
  tasks:
     - name: Install / Check apache is intalled
       yum: name=httpd state=present
     - name: Start / Check apache service
       service: name=httpd state=started

Demo




Deploy GitLab

Documentation

Slides / Code

Thank You



Images/ThankYou.png