Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geoffreylgv/mcrdt_sysadmin_devops
Mon Centre de Recherche et développement technologique (MCRDT)
https://github.com/geoffreylgv/mcrdt_sysadmin_devops
dhcp dns ids monitoring ressources secops security-tools sysadmin-scripts
Last synced: 16 days ago
JSON representation
Mon Centre de Recherche et développement technologique (MCRDT)
- Host: GitHub
- URL: https://github.com/geoffreylgv/mcrdt_sysadmin_devops
- Owner: geoffreylgv
- Created: 2021-10-04T23:20:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T10:22:05.000Z (about 1 year ago)
- Last Synced: 2024-04-16T14:24:07.682Z (9 months ago)
- Topics: dhcp, dns, ids, monitoring, ressources, secops, security-tools, sysadmin-scripts
- Language: Shell
- Homepage:
- Size: 48.8 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcrdt_sysadmin_devops
Mon Centre de Recherche et développement technologique (MCRDT)
> Toutes les configurations que je réalise dans le domaine de l'administration système
> ça pourra m'aider moi même et de plus faciliter la tâche au newbie de Linux de s'en sortir très facilement- Linux,
- DNS,
- Serveur Web,
- Certificat SSL (auto signé),
- Cerbot (Let's Encrypt)
- DevOPS- Docker
- Ansible
- AWS
- Grafana
- Openstack- Solution implémentée ...
## Docker deployement guide
```bash
$ cd mcrdt_sysadmin_devops
$ docker-compose up -d # to start the docker and download images
# check localhost:8090 for the web server, you will see a login page
# check localhost:8091 for the phpmyadmin, login with
# user root
# pwd find the it in the file and change it
```## Navigation tree
```bash
README.md
backup_sql_db.sh
dns.html
dns.md
docker-compose.yaml
email_template.html
geo.Dockerfile
html
|-- index.php
network_script_utils.sh
vimrc.conf
```