netz39-infra-ansible/main.yml

21 lines
357 B
YAML
Raw Normal View History

2020-11-24 18:31:09 +01:00
---
- hosts: tau
become: true
vars:
- server_admin: "admin@netz39.de"
2020-11-24 18:47:03 +01:00
- ag_timezone: Europe/Berlin
2020-11-24 18:31:09 +01:00
2020-11-24 18:47:03 +01:00
roles:
- role: ansible.timezone
2020-11-24 18:31:09 +01:00
tasks:
- name: Update and clean package cache
apt:
update_cache: true
cache_valid_time: 3600
autoclean: true
- name: Setup httpd
include_tasks: tasks/httpd.yml