summaryrefslogtreecommitdiff
path: root/ansible/playbook.yml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-11 21:44:26 +0100
committerJoe Carstairs <me@joeac.net>2026-08-11 21:44:26 +0100
commit74b9185a404ace70030e57e0ad493478227a5eac (patch)
tree5f32d05d842ef726412ead2932d9157fd2f1df58 /ansible/playbook.yml
parent4e73a59d76e8c4949908e766657f5d634d39fb67 (diff)
ansible installs joeac.net website
Diffstat (limited to 'ansible/playbook.yml')
-rw-r--r--ansible/playbook.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml
index 72330de..ee0b39d 100644
--- a/ansible/playbook.yml
+++ b/ansible/playbook.yml
@@ -11,15 +11,15 @@
- mox.yml
- network.yml
-- name: Install msmtp
+- name: Install http
hosts: "{{ services.http.host }}"
become: true
roles:
- - msmtp
+ - http
vars_files:
- common.yml
- email.yml
- - msmtp.yml
+ - http.yml
- name: Install ln
hosts: "{{ services.ln.host }}"