y-yu.texlive

TeXLive

Status budowy

Rola instalacji TeXLive dla systemów Linux i macOS.

Instalacja

$ ansible-galaxy install y-yu.texlive

Wymagania

  • Ansible 2.0 lub wyższy
  • rsync (jeśli chcesz zainstalować pełną wersję)

Dlaczego rola używa rsync?

Instalator TeXLive (install-tl) domyślnie używa HTTP do pobierania paczek CTAN. Jeśli jednak instalator nie uda się ściągnąć pliku, spróbuje pobrać go ponownie. Rsync pozwala wznowić pobieranie, dlatego ta rola używa rsync, jeśli chce się zainstalować pełne paczki.

Zmienne roli

# Katalog instalacyjny TeXLive
texlive_directory:
  /usr/local/texlive

# Lustro TeXLive
texlive_mirror:
  http://ftp.jaist.ac.jp/pub/CTAN/systems/texlive/tlnet
  
# URL rsync dla TeXLive
# Używane, jeśli chcesz zainstalować pełne TeXLive
texlive_rsync:
  rsync://ftp.jaist.ac.jp/pub/CTAN/systems/texlive/tlnet/

# Schemat TeXLive
# pełny > średni > mały > podstawowy
scheme:
  mały

Zależności

Brak

Przykładowy playbook

- hosts: all
  become: yes
  roles:
    - texlive

Licencja

MIT (Patrz LICENCJA)

Informacje o autorze

Yuu YOSHIMURA

O projekcie

TeXLive Install Role for Linux and macOS

Zainstaluj
ansible-galaxy install y-yu.texlive
Licencja
mit
Pobrania
70
Właściciel
I'm interested in Scala, Functional Programming, LaTeX and Cryptography.