Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

sol

  • Gabriel M. Homa's avatar
    Gabriel Homa authored
    25293fbb
    History
    Name Last commit Last update
    sol
    LICENSE
    README.md
    ansible.cfg
    hosts
    sol.yml
    wrapper.sh

    Sol

    Purpose

    This is a collection of dotfiles aiming to improve your experience with using GNU/Linux in the context of IT4I.

    Pre-requisites

    • Ansible
    • Passwordless Sudo

    Role Description

    The role's README along with different configuration options is available here.

    Running

    Option #1

    unset HISTFILE
    IT4I_LDAP_PASSWORD='my_password'
    export IT4I_LDAP_PASSWORD
    ./wrapper.sh
    unset IT4I_LDAP_PASSWORD
    HISTFILE='~/.bash_history'
    export HISTFILE

    Option #2

    ./wrapper.sh

    Additional Reading