Coder Social home page Coder Social logo

git-based-deploy's Introduction

Build Status GitHub version

Role Name

git-based-deploy: An Ansible role to create git-based deployment of a static website.

The role is available on Ansible Galaxy: https://galaxy.ansible.com/wahidsadik/git-based-deploy/.

To add this role from Ansible Galaxy, run: ansible-galaxy install wahidsadik.git-based-deploy.

To add this from your Ansible requirements.yml, add this to the file:

src: wahidsadik.git-based-deploy

Requirements

The remote_user used run this role should be able change permission of directories and files usually owned by root. Hence, you will probably need to sudo to successfully run use this role. See examples for more details.

Role Variables

The role defines the following variables in defaults/main.yml:

www_root: /var/www
repo_root: /var/repo
www_user: deployer
www_group: www-data

Notes:

  • www_user must belong to www_group group.
  • www_user should not be root user for security reasons.

Users must pass the following parameters (i.e. variables):

  • website. Values should be valid file/directory name on a Linux system.

Example values for website:

  • example.com
  • abc-def.org

Dependencies

None

Example Playbook

Example 1: Simplest example with minimum variable passing

- hosts: servers
  remote_user: root
  roles:
  - { role: wahidsadik.git-based-deploy, website: example.com }

Example 2: With sudo and minimum variable passing

- hosts: servers
  remote_user: deployer
  become: true
  become_method: sudo
  roles:
  - { role: wahidsadik.git-based-deploy, website: example.com }

Example 3: Overriding additional variables

- hosts: servers
  remote_user: deployer
  become: true
  become_method: sudo
  roles:
  - { role: wahidsadik.git-based-deploy, website: example.com,  www_user: myuser, www_group: www}

License

MIT

Author Information

Wahid Sadik

Repo: https://github.com/wahidsadik/git-based-deploy.

git-based-deploy's People

Contributors

wahidsadik avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.