IT/Overview: Difference between revisions
< IT
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) (Created page with "asdf") |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Overview = | |||
General overview of MSG IT to get started. | |||
=== MSG IP and Hosts === | |||
Hosts managed by MSG are documented under: | |||
* .../It/network/msg_ip_hosts-overview.ods | |||
* .../It/Network Map.odg visual overview '''(outdated!)''' | |||
Global network overview: | |||
* '''TODO: WIP''' | |||
=== MSG Services === | |||
MSG services are listed under: | |||
* .../It/network/msg_ip_hosts-overview.ods | |||
=== Remote Access === | |||
* for now remote access is available over ssh | |||
=== Adding new Hosts === | |||
New hosts that are '''managed by MSG''' need to get: | |||
* Entry in IP and hosts documentation: .../It/network/msg_ip_hosts-overview.ods | |||
* DHCP reservation '''[[IT/Procedures/Network/TP-Link|add dhcp reservation on tp-link router]]''' | |||
* Entry in inventory.yml if host should be provisioned with Ansible '''TODO: WIP (where to store the inventory.yml (currently anonymized in public Github repo)?? Walt to check if Ansible is useful to him 😄)''' | |||
=== Provisioning of new Linux Hosts === | |||
==== Requirements ==== | |||
* Kubuntu installed(?) | |||
* openssh installed <code>sudo apt install openssh-server</code> | |||
==== Provisioning ==== | |||
* ssh to the new host (or do it on locally on the host) | |||
* Deploy setup script: [[IT/Device Setup]] | |||
* | |||
=== Decommissioning Hosts === | |||
Hosts that will no longer be in use are to be removed from all lists and reservations. |
Latest revision as of 13:53, 18 May 2024
Overview
General overview of MSG IT to get started.
MSG IP and Hosts
Hosts managed by MSG are documented under:
- .../It/network/msg_ip_hosts-overview.ods
- .../It/Network Map.odg visual overview (outdated!)
Global network overview:
- TODO: WIP
MSG Services
MSG services are listed under:
- .../It/network/msg_ip_hosts-overview.ods
Remote Access
- for now remote access is available over ssh
Adding new Hosts
New hosts that are managed by MSG need to get:
- Entry in IP and hosts documentation: .../It/network/msg_ip_hosts-overview.ods
- DHCP reservation add dhcp reservation on tp-link router
- Entry in inventory.yml if host should be provisioned with Ansible TODO: WIP (where to store the inventory.yml (currently anonymized in public Github repo)?? Walt to check if Ansible is useful to him 😄)
Provisioning of new Linux Hosts
Requirements
- Kubuntu installed(?)
- openssh installed
sudo apt install openssh-server
Provisioning
- ssh to the new host (or do it on locally on the host)
- Deploy setup script: IT/Device Setup
Decommissioning Hosts
Hosts that will no longer be in use are to be removed from all lists and reservations.