diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-08-11 18:39:55 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-08-11 18:39:55 -0700 |
| commit | 08e92ca3b8ee6c38c3e19126378e51b46cf63b16 (patch) | |
| tree | 6e9c0e0f394d645cea4208bcfab7e1d98d329e0e /playbooks/roles/common/tasks | |
| parent | 4f90a2fc5fd134b27c2f0e32a5f1192003d3f0cf (diff) | |
| download | infra-08e92ca3b8ee6c38c3e19126378e51b46cf63b16.tar.gz infra-08e92ca3b8ee6c38c3e19126378e51b46cf63b16.zip | |
Oauth proxy and monitoring init
Diffstat (limited to 'playbooks/roles/common/tasks')
| -rw-r--r-- | playbooks/roles/common/tasks/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/roles/common/tasks/main.yml b/playbooks/roles/common/tasks/main.yml index 446db35..63eb60a 100644 --- a/playbooks/roles/common/tasks/main.yml +++ b/playbooks/roles/common/tasks/main.yml @@ -33,8 +33,8 @@ ### SSH - name: Copy sshd_config - ansible.builtin.copy: - src: files/sshd_config + ansible.builtin.template: + src: templates/sshd_config dest: /etc/ssh/sshd_config owner: root group: root @@ -43,8 +43,8 @@ - Restart sshd - name: Copy authorized_keys - ansible.builtin.copy: - src: files/authorized_keys + ansible.builtin.template: + src: templates/authorized_keys dest: /home/{{ ansible_user }}/.ssh/authorized_keys ### UFW |
