forked from Netz39_Admin/netz39-infra-ansible
Add main playbook as entry point
This commit is contained in:
parent
8d19bc3fa3
commit
7ae7d10c04
1 changed files with 17 additions and 0 deletions
17
main.yml
Normal file
17
main.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
- hosts: tau
|
||||
become: true
|
||||
|
||||
vars:
|
||||
- server_admin: "admin@netz39.de"
|
||||
|
||||
|
||||
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
|
Loading…
Reference in a new issue