Skip to content

Venthe/Shell-Toolbox

Repository files navigation

Shell Toolbox

Usage

  1. Clone the Toolbox
    git clone https://github.com/Venthe/Shell-Toolbox ~/.shell-toolbox
  2. Install ansible
    1. Linux
      sudo apt install python3 python3-pip --assume-yes
      python3 -m pip install --user ansible==6.4.0
      # echo 'PATH=$HOME/.local/bin:$PATH' >> ~/.bashrc
    2. Windows
      N/A
  3. Install ansible dependencies
    ansible-galaxy collection install community.crypto community.general ovirt.ovirt
  4. Add sample inventory file
    cat <<EOF > inventory.yml
    all:
       hosts:
          localhost:
             git:
                username: <Your username>
                email: <Your mail>
             ansible_host: localhost
             ansible_connection: local
  5. Run script: bash ./run-setup.sh

Development

  1. Install
    sudo apt install shellcheck --assume-yes
    python3 -m pip install --user ansible==6.4.0 ansible-lint yamllint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published