From 44b47fd6e17f8de9f0038d94eb9f6e198c003fab Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 6 Oct 2016 10:54:16 -0400 Subject: Fixed a few things, added ldap_certs stub --- roles/ssh/hosts | 1 + roles/ssh/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 roles/ssh/hosts (limited to 'roles/ssh') diff --git a/roles/ssh/hosts b/roles/ssh/hosts new file mode 120000 index 0000000..44453e3 --- /dev/null +++ b/roles/ssh/hosts @@ -0,0 +1 @@ +../../company/ssh-hosts/ \ No newline at end of file diff --git a/roles/ssh/tasks/main.yml b/roles/ssh/tasks/main.yml index a526b4e..8bc88cd 100644 --- a/roles/ssh/tasks/main.yml +++ b/roles/ssh/tasks/main.yml @@ -12,7 +12,7 @@ include_vars: '{{ item }}' with_first_found: - files: - - '../hosts/{{ ansible_fqdn }}.yml' + - 'roles/ssh/hosts/{{ ansible_fqdn }}.yml' skip: true - name: ssh_config conf -- cgit