Skip to content

collection of ansible role to configure my Linux account for a new PC (debian based)

License

Notifications You must be signed in to change notification settings

sgaunet/conf-linux

Repository files navigation

conf-linux

That's a collection of ansible role to configure my Linux account for a new PC (debian based). That's far away from perfection but that's a start.

Execution

git clone [email protected]:sgaunet/conf-linux.git

python3 -m venv   venv                                  # create python virutal environment. Do it once
source venv/bin/activate                                # set your virtual environment  (set it always before launch commands on this project)
pip install -r requirements.txt                         # install requirements in your virtual env
ansible-galaxy collection install -r requirements.yml   # install galaxy collections


cd conf-linux/src
<edit> installation.yml
./go.sh

Roles

kube-ps1

To get a beautiful prompt (for bash or zsh)

prompt

And

  • common
    • Install common softwares cifs-utils tmux git git-crypt gpg docker jq unzip
    • Install software-properties-common apt-transport-https wget

For AWS :

For kubernetes:

For markdown :

For Docker :

For GOLANG :

VM :

Load tests :

Development:

Linux tools :

Tests:

Misceleaneous :

Bash formatter:

IAC:

Auto update roles

./update-versions.sh

But not all roles can be updated with this script. List of roles to update manually:

./list-no-auto.sh

About

collection of ansible role to configure my Linux account for a new PC (debian based)

Topics

Resources

License

Stars

Watchers

Forks