From 16c4d45090bc58415a661ad09880c2f4f52fc77c Mon Sep 17 00:00:00 2001 From: Sachin Prabhu Date: Tue, 13 Apr 2021 19:01:23 +0100 Subject: Add devel ansible playbooks These ansible playbooks are useful when manual access to the test vms are required. These aren't run as part of the automated testing. The first ansible playbook is fix_ssh.yml which modifies configuration to allow for root login and and copies over authorized_keys file. Signed-off-by: Sachin Prabhu --- devel/inventory | 1 + 1 file changed, 1 insertion(+) create mode 120000 devel/inventory (limited to 'devel/inventory') diff --git a/devel/inventory b/devel/inventory new file mode 120000 index 0000000..7213b6d --- /dev/null +++ b/devel/inventory @@ -0,0 +1 @@ +../vagrant/vagrant_ansible_inventory \ No newline at end of file -- cgit