From 138e7e178a038b3f51e5e833783ac98d8c0b624b Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Mon, 8 Jan 2024 12:11:28 +0100 Subject: [PATCH] Forgot to save the playbook --- geant/gap_ansible/playbooks/base_config_checks.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/geant/gap_ansible/playbooks/base_config_checks.yaml b/geant/gap_ansible/playbooks/base_config_checks.yaml index e69de29b..5f447d88 100644 --- a/geant/gap_ansible/playbooks/base_config_checks.yaml +++ b/geant/gap_ansible/playbooks/base_config_checks.yaml @@ -0,0 +1,7 @@ +- name: Run checks against a newly installed router + hosts: all + connection: netconf + gather_facts: false + remote_user: admin + roles: + - ../roles/base_config_checks \ No newline at end of file -- GitLab