X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/0cc7fa33fed039c7c122d37e4e7223a75636f1a6..refs/heads/main:/tasks/autozeugnis_latex.yml?ds=inline diff --git a/tasks/autozeugnis_latex.yml b/tasks/autozeugnis_latex.yml index 6318aa6..ae8da91 100644 --- a/tasks/autozeugnis_latex.yml +++ b/tasks/autozeugnis_latex.yml @@ -1,6 +1,6 @@ --- - name: install server specific packages - apt: + ansible.builtin.apt: pkg: - python-is-python3 - pandoc @@ -11,5 +11,10 @@ - texlive-fonts-extra - texlive-latex-extra - texlive-lang-german - -# user hinzufügen: +- name: Add user to server + ansible.builtin.user: + name: "{{ fsit_smgt_autozeugnis_latex_user }}" + password: "{{ fsit_smgt_autozeugnis_latex_user_pw | password_hash('sha512') }}" + shell: /bin/bash + generate_ssh_key: true + ssh_key_type: ed25519