✨: dynamic inventory with proxmox
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m12s
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m12s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Deploy transmission
|
||||
hosts: transmission
|
||||
hosts: btservers
|
||||
diff: true
|
||||
roles:
|
||||
- transmission
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Retrieve network info
|
||||
hosts: all:!disabled_server_conf:!machinbox.mateu.be
|
||||
hosts: all:!disabled_server_conf:!machinbox
|
||||
gather_facts: true
|
||||
gather_subset:
|
||||
- network
|
||||
|
@@ -8,7 +8,7 @@
|
||||
tasks: []
|
||||
|
||||
- name: Deploy haproxy
|
||||
hosts: loadbalancers
|
||||
hosts: lbservers
|
||||
diff: true
|
||||
roles:
|
||||
- haproxy
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Deploy smtp relay
|
||||
hosts: all:!disabled_server_conf:!machinbox.mateu.be:!mail.dmz.mateu.be
|
||||
hosts: all:!disabled_server_conf:!machinbox:!mail
|
||||
diff: true
|
||||
roles:
|
||||
- smtprelay
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Install libertus webapplications
|
||||
hosts: web1.dmz.mateu.be
|
||||
hosts: web1
|
||||
diff: true
|
||||
roles:
|
||||
- role: bac
|
||||
@@ -20,7 +20,7 @@
|
||||
tags: [never, nextcloud]
|
||||
|
||||
- name: Install dojo webapplications
|
||||
hosts: web2.dmz.mateu.be
|
||||
hosts: web2
|
||||
diff: true
|
||||
roles:
|
||||
- wordpress
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Retrieve network info
|
||||
hosts: loadbalancers
|
||||
hosts: lbservers
|
||||
gather_facts: true
|
||||
gather_subset:
|
||||
- network
|
||||
|
Reference in New Issue
Block a user