Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit b379938b authored by fred's avatar fred
Browse files

:twisted_rightwards_arrows: Merge branch 'user'

parents c397e14d b2e06611
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,8 @@ alias ada='sudo apt update && sudo apt list --upgradable && sudo apt clean'
alias agr='sudo apt upgrade && sudo apt autoclean && sudo apt autoremove'
alias apti='sudo apt install'
alias p1='ping -c 1 '
alias gpu='for proj in $(find ~/git -mindepth 1 -maxdepth 1 -type d -printf "%p\n");do echo "## ${proj}";cd ${proj};git fetch --prune;done;cd ~'
alias gps='for proj in $(find ~/git -mindepth 1 -maxdepth 1 -type d -printf "%p\n");do RES=$(git -C ${proj} status -s) && [[ -n ${RES} ]] && echo "\n# ${proj#${HOME}/git/}:\n${RES}";done'
alias gpu='for proj in $(find ~/git -mindepth 1 -maxdepth 1 -type d -printf "%p\n");do git -C ${proj} fetch --prune --quiet || echo "ERROR fetching git repo: ${proj#${HOME}/git/}";done'
alias p1='ping -c 1 '
alias sudo='sudo '
alias ttoday='cat ~/.timed|grep "$(date +%d) Oct 2021" | timed parse'
......
......@@ -16,8 +16,8 @@
- name: MY USER | ssh config
become: yes
ansible.builtin.template:
src: templates/ssh_config.j2
dest: "/home/{{ my_user }}/.ssh/config"
src: templates/ssh_config.j2
mode: 0640
- name: MY USER | git directory presence
......
......@@ -2,12 +2,12 @@
git_repositories:
- {local_name: "afpy19", url_https: "https://gitlab.com/free_zed/afpy19.git"}
- {local_name: "askthom", url_https: "https://lab.frogg.it/fcode/askthom.git"}
- {local_name: "courotaf.gitlab.io", url_https: "https://gitlab.com/courotaf/courotaf.gitlab.io.git"}
- {local_name: "djlease", url_https: "https://gitlab.com/free_zed/djlease.git"}
- {local_name: "eb-car", url_https: "https://gitlab.com/combien-de-temps-pour-faire-sonner-la-cloche-a-aiguebelle/combien-de-temps-pour-faire-sonner-la-cloche-a-aiguebelle.gitlab.io.git"}
- {local_name: "exchange", url_https: "https://gitlab.com/free_zed/mymsesb.git"}
- {local_name: "forga-a14n", url_https: "https://gitlab.com/free_zed/djbp.git"}
- {local_name: "forga-core", url_https: "https://gitlab.com/forga/tool/django/core.git"}
- {local_name: "forga-dev-bpy", url_https: "https://gitlab.com/forga/devel/boilerplate/python.git"}
- {local_name: "forga-emb", url_https: "https://gitlab.com/forga/process/fr/embarquement.git"}
- {local_name: "forga-glio", url_https: "https://gitlab.com/forga/forga.gitlab.io.git"}
- {local_name: "forga-man", url_https: "https://gitlab.com/forga/process/fr/manuel.git"}
......@@ -19,17 +19,11 @@ git_repositories:
- {local_name: "grandpy", url_https: "https://github.com/freezed/ocp7.git"}
- {local_name: "hellozappa", url_https: "https://gitlab.com/free_zed/hellozappa.git"}
- {local_name: "men-rt-ocp08", url_https: "https://github.com/remace/OC-P8-Purbeurre.git"}
- {local_name: "men-rt-ocp09", url_https: "https://github.com/remace/P9-OCPizza_doc_Technique.git"}
- {local_name: "men-rt-ocp11", url_https: "https://github.com/remace/OC-P11-Enhance_A_Former_Project.git"}
- {local_name: "mountaingpx", url_https: "https://github.com/krisanselmo/mountaingpx.git"}
- {local_name: "myasb", url_https: "https://gitlab.com/forga/tool/ansible/debian.git"}
- {local_name: "mygpxsb", url_https: "https://gitlab.com/courotaf/mygpxsb.git"}
- {local_name: "mypsb", url_https: "https://gitlab.com/free_zed/mypsb.git"}
- {local_name: "mypumlt", url_https: "https://gitlab.com/free_zed/mypumlt.git"}
- {local_name: "myshellsb", url_https: "https://gitlab.com/free_zed/shell.git"}
- {local_name: "ocp13", url_https: "https://github.com/freezed/ocp13.git"}
- {local_name: "ocp5", url_https: "https://github.com/freezed/ocp5.git"}
- {local_name: "ocp8", url_https: "https://gitlab.com/free_zed/ocp8.git"}
- {local_name: "pyconfr19", url_https: "https://gitlab.com/free_zed/pyconfr19.git"}
- {local_name: "python-itop-api", url_https: "https://github.com/guillaume-philippon/python-itop-api.git"}
- {local_name: "signature_pad", url_https: "https://github.com/szimek/signature_pad.git"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment