Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
A
ansible
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 36
    • Issues 36
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • las-it-organisation
  • 32-0-IT instructions and rules
  • ansible
  • Issues
  • #77

Closed
Open
Opened Dec 19, 2019 by julian.gethmann@gethmannOwner2 of 2 tasks completed2/2 tasks

IOC tasks

Setup on the DHCP computer (e.g. faulus).

  • Add to DHCPd host list
  • Add to /etc/hosts

For each IOC computer (after vinegar and salt stack setup)

  • Add /etc/ssh/ssh_config
Host git.scc.kit.edu
        HostName git.scc.kit.edu
        ProxyCommand ssh ${USER}@192.168.0.1 nc %h %p

(tested only for ~/.ssh/config, yet.

  • Add ssh-key-signature from gitlab to your known_hosts /etc/ssh/ssh_known_hosts (world readable) (not tested yet)

For each user on an IOC computer (e.g. caligula) one has to

  • create the user useradd $name -u $ID -G users -m
  • create ssh-key ssh-keygen
  • ssh-copy-id to faulus
Edited Dec 19, 2019 by julian.gethmann
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: las-it-organisation/32-0-IT-InstructionsAndRules/ansible#77