Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
DELMOTTE Stephane
formation NGS 2021 Biosphere
Commits
ef650917
Commit
ef650917
authored
Aug 24, 2021
by
DELMOTTE Stephane
Browse files
nettoyage
parent
3054b6e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
72 deletions
+0
-72
appliance.yml
appliance.yml
+0
-72
No files found.
appliance.yml
View file @
ef650917
...
...
@@ -157,75 +157,3 @@
# dest: /opt/envs/myenv/config
# mode: u+rwx,g+wx,o+rwx
# # création des utilisateurs et autorisation de login
# - name: enable login for stagiaire
# lineinfile:
# dest: /etc/ssh/sshd_config
# regexp: "^PasswordAuthentication no"
# line: "PasswordAuthentication yes"
# state: present
# - name: redemarre le service ssh
# service:
# name: ssh
# state: restarted
# - name: ajout des utilisateurs pour la formation
# user:
# name: stage1
# comment: stagiare1
# group: ngs
# append: yes
# shell: /bin/bash
# password: "$6$/AyVFCfXSm4tGJ$ephRS0A0t6xnGJ7i7PIXxOG2Y0R5FkFd9snIVRCKv4A5rbGZbUZw5/3C/zwYxHDGo90./YJgJEGCfYIema5Lq."
# - name: ajout des utilisateurs pour la formation
# user:
# name: stage2
# comment: stagiare2
# group: ngs
# append: yes
# shell: /bin/bash
# password: "$6$/AyVFCfXSm4tGJ$ephRS0A0t6xnGJ7i7PIXxOG2Y0R5FkFd9snIVRCKv4A5rbGZbUZw5/3C/zwYxHDGo90./YJgJEGCfYIema5Lq."
# - name: ajout des utilisateurs pour la formation
# user:
# name: stage3
# comment: stagiare3
# group: ngs
# append: yes
# shell: /bin/bash
# password: "$6$/AyVFCfXSm4tGJ$ephRS0A0t6xnGJ7i7PIXxOG2Y0R5FkFd9snIVRCKv4A5rbGZbUZw5/3C/zwYxHDGo90./YJgJEGCfYIema5Lq."
# - name: ajout des utilisateurs pour la formation
# user:
# name: stage4
# comment: stagiare4
# group: ngs
# append: yes
# shell: /bin/bash
# password: "$6$/AyVFCfXSm4tGJ$ephRS0A0t6xnGJ7i7PIXxOG2Y0R5FkFd9snIVRCKv4A5rbGZbUZw5/3C/zwYxHDGo90./YJgJEGCfYIema5Lq."
# - name: ajout des utilisateurs pour la formation
# user:
# name: stage5
# comment: stagiare5
# group: ngs
# append: yes
# shell: /bin/bash
# password: "$6$/AyVFCfXSm4tGJ$ephRS0A0t6xnGJ7i7PIXxOG2Y0R5FkFd9snIVRCKv4A5rbGZbUZw5/3C/zwYxHDGo90./YJgJEGCfYIema5Lq."
# - name: activation de l'environnement pour les nouveaux utilisateurs
# shell: 'su - {{ item }} -c "/opt/bin/conda init bash" '
# loop:
# - stage1
# - stage2
# - stage3
# - stage4
# - stage5
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment