GithubHelp home page GithubHelp logo

ansible-role-workstation's Introduction

shellbro.workstation

Build Status

Ansible role for configuring workstation on CentOS 7

Requirements

Ansible version >= 2.4

Role Variables

  • username - name of the user account
  • rpm_url_chrome - URL to Google Chrome RPM (required)
  • rpm_url_skype - URL to Skype RPM (required)
  • rpm_url_slack - URL to Slack RPM (required)
  • rpm_url_teamviewer - URL to TeamViewer RPM (required)
  • rpm_url_custom - list of URLs to custom RPMs that will be installed (by default empty list)
  • config_url_bashrc - URL to .bashrc file (required)
  • config_url_gitconfig - URL to .gitconfig file (required)
  • config_url_terminator - URL to Terminator config (required)
  • config_url_toprc - URL to .toprc file (required)

Dependencies' vars:

  • nux_dextop_rpm_url - rpm_url var from shellbro.nux_dextop role

Dependencies

Dependencies that are required for this role to work:

  • shellbro.epel
  • shellbro.npm
  • shellbro.nux_dextop
  • shellbro.pip
  • shellbro.scl

Example Playbook

- hosts: servers
  roles:
    - role: shellbro.workstation
      username: shellbro
      rpm_url_chrome:
        https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
      rpm_url_skype:
        https://repo.skype.com/latest/skypeforlinux-64.rpm
      rpm_url_slack:
        https://downloads.slack-edge.com/linux_releases/slack-3.3.3-0.1.fc21.x86_64.rpm
      rpm_url_teamviewer:
        https://download.teamviewer.com/download/linux/teamviewer.x86_64.rpm
      custom_rpms:
        - https://releases.hashicorp.com/vagrant/2.2.2/vagrant_2.2.2_x86_64.rpm
      config_url_bashrc:
        https://raw.githubusercontent.com/shellbro/dotfiles/master/.bashrc
      config_url_gitconfig:
        https://raw.githubusercontent.com/shellbro/dotfiles/master/.gitconfig
      config_url_terminator:
        https://raw.githubusercontent.com/shellbro/dotfiles/master/.config/terminator/config
      config_url_toprc:
        https://raw.githubusercontent.com/shellbro/dotfiles/master/.toprc

      nux_dextop_rpm_url:
        http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm

License

BSD

Author Information

Jakub Gorczyca

ansible-role-workstation's People

Contributors

shellbro avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.