Remove prompts and fix indent, update commits

This commit is contained in:
Alex 2020-04-11 12:55:51 +02:00
parent 9c01e11188
commit 30fa856c3b
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
8 changed files with 8 additions and 37 deletions

View File

@ -1,17 +1,4 @@
---
- hosts: all
vars_prompt:
- name: packages
prompt: "Install packages?"
private: no
default: false
- name: user
prompt: "Set up users?"
private: no
default: false
- name: iptables
prompt: "Set up firewall?"
private: no
default: true
roles:
- common

View File

@ -1,9 +1,4 @@
---
- hosts: dns
vars_prompt:
- name: unbound
prompt: "Install unbound"
private: no
default: false
roles:
- dns

@ -1 +1 @@
Subproject commit 169bd35d83682d8c20b382e84f4c5777defee6a6
Subproject commit 6721553a2dde0a47ce2762535287ce3b3dd9fd35

@ -1 +1 @@
Subproject commit ca6968c59e4ae6c5e807d68c8a9eea6bdf60eb69
Subproject commit 4d0231ad82aa641b5d69811821794caa846c5466

@ -1 +1 @@
Subproject commit dec156e069a4f11473b6ee30ad7a651bb8d10875
Subproject commit 711c4c25ae4ce627d4b44b5061a6471f4e7950cb

@ -1 +1 @@
Subproject commit 26e73fd2faec21e37cd7ab3781b0393277afdbd2
Subproject commit 4ebafc1e6f77932593fb3d70c91eea6b86a4d0e4

@ -1 +1 @@
Subproject commit 921de97f863e45bc2549135eb893a1002cbc3946
Subproject commit d55a077230b928a6a41df3a82d7539d8443ec8d6

17
web.yml
View File

@ -1,17 +1,6 @@
---
- hosts: web
vars_prompt:
- name: frontend
prompt: "Setup frontend"
private: no
default: false
- name: cert
prompt: "Copy certificate (requires vault pass)"
private: no
default: false
- name: firewall
prompt: "Setup firewall"
private: no
default: true
vars_files:
- '{{ role_path }}/vars/domains.yml'
roles:
- web
- web