Skip to content

pelmato/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation d’un poste de travail

Prérequis

  • Ansible
  • Git
  • Être dans le groupe sudo

Installation

  • Cloner le repo en local
git clone git@github.com:pelmato/ansible.git
  • Renseigner les variables dans inventory.yml

  • Lancer le playbook ansible

ansible-playbook site.yml

Manuel

  • Dash to dock (gnome extension)

Projet git

  • Mettre en place un formatteur (suggestion Prettier en front, Spotless en back)

  • Mettre en place eslint

  • Configurer les fins de ligne git en créeant un fichier .gitattributes

    # Set the default behavior, in case people don't have core.autocrlf set.
    * text=auto
    
    # Explicitly declare text files you want to always be normalized and converted
    # to native line endings on checkout.
    # *.java text
    
    # Declare files that will always have CRLF line endings on checkout.
    # *.sln text eol=crlf
    
    # Denote all files that are truly binary and should not be modified.
    # *.png binary
    # *.jpg binary
    
  • Créer un fichier .editorconfig

    # Editor configuration, see http://editorconfig.org
    root = true
    
    [*]
    charset = utf-8
    indent_style = space
    indent_size = 2
    insert_final_newline = true
    trim_trailing_whitespace = true
    
    [*.md]
    max_line_length = off
    trim_trailing_whitespace = false
    indent_size = 4
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published