From c3df6d6817942650ad973c2daeedd0aa77853c78 Mon Sep 17 00:00:00 2001 From: Carole Merle <carole.merle.etu@univ-lille.fr> Date: Mon, 11 Oct 2021 17:42:30 +0200 Subject: [PATCH] Upload New File --- hosts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hosts diff --git a/hosts b/hosts new file mode 100644 index 0000000..3b766c1 --- /dev/null +++ b/hosts @@ -0,0 +1,7 @@ +[all:vars] +ansible_user=admin +ansible_password=123 +ansible_network_os=cisco.ios.ios +ansible_connection=ansible.netcommon.network_cli +[all] +10.0.0.1 -- GitLab