From 218d61c84191b320b79d3b311616165490bdd502 Mon Sep 17 00:00:00 2001 From: Accendit <36697826+Accendit@users.noreply.github.com> Date: Thu, 7 May 2020 18:08:58 +0200 Subject: [PATCH] Added a file for global vars --- group_vars/all.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 group_vars/all.yml diff --git a/group_vars/all.yml b/group_vars/all.yml new file mode 100644 index 0000000..31f6b11 --- /dev/null +++ b/group_vars/all.yml @@ -0,0 +1,9 @@ +--- +ansible_connection: network_cli +ansible_network_os: ios +ansible_user: ansible +ansible_password: ansible +ansible_become: yes +ansible_become_method: enable +ansible_become_password: ansible +ansible_ssh_common_args: '-o KexAlgorithms=+diffie-hellman-group1-sha1 -o StrictHostKeyChecking=no -c aes256-cbc' \ No newline at end of file