aboutsummaryrefslogtreecommitdiffstats
path: root/space.yml
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@labitat.dk>2020-02-27 14:44:24 +0100
committerEmil Renner Berthing <esmil@labitat.dk>2020-02-27 17:45:04 +0100
commitd26fe55aa9de5f0eb51152c22d12ff28a9c488d4 (patch)
tree04501e2a33ec62cd07e4e55efd1a4ab411abc578 /space.yml
parent4115d711842ea235966868a325f5d42ee428db14 (diff)
downloadlabitat-ansible-d26fe55aa9de5f0eb51152c22d12ff28a9c488d4.tar.gz
labitat-ansible-d26fe55aa9de5f0eb51152c22d12ff28a9c488d4.tar.xz
labitat-ansible-d26fe55aa9de5f0eb51152c22d12ff28a9c488d4.zip
space_server: use common secrets.yml in ansible root
..and generalize and move sshd tasks to fedora role.
Diffstat (limited to 'space.yml')
-rw-r--r--space.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/space.yml b/space.yml
index 1243bad..cb935c9 100644
--- a/space.yml
+++ b/space.yml
@@ -6,10 +6,7 @@
chroot: "{{ ansible_connection == 'chroot' or 'container' in ansible_env }}"
tags: always
- name: Load secrets
- include_vars: '{{ item }}'
- with_first_found:
- - /etc/ansible/secrets.yml
- - secrets.yml
+ include_vars: 'secrets.yml'
ignore_errors: yes
tags: always
roles: