forked from Netz39_Admin/netz39-infra-ansible
Merge branch 'pottwal'
This commit is contained in:
commit
b354887dba
3 changed files with 19 additions and 0 deletions
|
@ -60,3 +60,6 @@ all:
|
||||||
3661663132343639310a613431653031626434323064313465373866666332353931313836623465
|
3661663132343639310a613431653031626434323064313465373866666332353931313836623465
|
||||||
3461
|
3461
|
||||||
|
|
||||||
|
pottwal.n39.eu:
|
||||||
|
server_admin: "admin+pottwal@netz39.de"
|
||||||
|
|
||||||
|
|
3
main.yml
3
main.yml
|
@ -36,3 +36,6 @@
|
||||||
|
|
||||||
- name: Tau specific setup
|
- name: Tau specific setup
|
||||||
import_playbook: tau.yml
|
import_playbook: tau.yml
|
||||||
|
|
||||||
|
- name: Pottwal specific setup
|
||||||
|
import_playbook: pottwal.yml
|
||||||
|
|
13
pottwal.yml
Normal file
13
pottwal.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
- hosts: pottwal.n39.eu
|
||||||
|
become: true
|
||||||
|
|
||||||
|
vars:
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- role: docker
|
||||||
|
vars:
|
||||||
|
docker_data_root: "/srv/docker"
|
||||||
|
- role: apache
|
||||||
|
|
||||||
|
tasks:
|
Loading…
Reference in a new issue