Choisissez votre terrain d’automatisation
Explorez les couches de l'infrastructure programmable.
LIVE_MAP_V1.0
Programmabilité réseau
Python (Netmiko) • Ansible
EXPLORER
python
net_connect.send_config_set([
'router ospf 1',
'network 0.0.0.0...'
]) Automatisation de la sécurité
Hardening • Vault • UFW
EXPLORER
yaml
- name: Allow SSH
ufw:
rule: allow
port: 22
proto: tcp Gestion de configuration
Idempotence • Bash • Playbooks
EXPLORER
yaml
- name: Ensure Nginx is latest
apt:
name: nginx
state: latest Orchestration des workflows
Airflow DAGs • Pipelines
EXPLORER
python
with DAG('net_backup', schedule='@daily') as dag:
task = PythonOperator(
task_id='backup', ...
) root@netsecdev: ~/library _
Accédez à des tutoriels structurés, des scripts production-ready et des défis.
$ find ~/courses -name
_
TOUS_LES_COURS
1 cours
Résultats pour ""
AUCUN_MODULE_TROUVE
Aucun cours disponible.