Skip to content
Snippets Groups Projects
Commit 372f7921 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: Interlos on arke

parent 133de3db
No related branches found
No related tags found
No related merge requests found
...@@ -32,4 +32,33 @@ ...@@ -32,4 +32,33 @@
- import_role: - import_role:
name: surveyor name: surveyor
# for interlos
- name: "Install node.js"
apt:
pkg:
- nodejs
- npm
- name: "InterLoS group"
group:
name: interlos
- name: "/local/home dir"
file:
path: "{{item}}"
state: directory
loop:
- "/local"
- "/local/home"
- name: "User for xjanous2/492923 for InterLoS"
user:
name: xjanous2
comment: "Tomáš Janoušek"
group: interlos
uid: 18170 # matching to FI LDAP
create_home: true
home: "/local/home/xjanous2"
shell: "/usr/bin/bash"
... ...
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