mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
update module and ansible config
This commit is contained in:
parent
1328b00ddd
commit
cbd376396b
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
inventory = ./hosts.ini
|
inventory = ./hosts.ini
|
||||||
remote_user = root
|
remote_user = ansible
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
nocows = True
|
nocows = True
|
||||||
|
|
||||||
|
|
|
@ -25,4 +25,4 @@ nginx_sites:
|
||||||
webroot:
|
webroot:
|
||||||
user: 'webwaffel'
|
user: 'webwaffel'
|
||||||
|
|
||||||
acme_notification_email: "acme_{{ ansible_hosts }}@l3d.yt"
|
acme_notification_email: "acme_{{ inventory_hostname }}@l3d.yt"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0b60a92826d0971fffed434ca228626766fe39f8
|
Subproject commit 642aa37a60f0df627d3cfadc9c6b407640feefa2
|
|
@ -1 +1 @@
|
||||||
Subproject commit fb25cc9cd0ce2e260f546d85eba433c8aa542a6d
|
Subproject commit bf16a2583f44c9b14c54099f33ef859f031a5b7f
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8d5e1f32ba5930e9a12d01688a9af8c5e55395c0
|
Subproject commit db846c9dc66a4047feabe503516880628890003d
|
2
site.yml
2
site.yml
|
@ -18,6 +18,6 @@
|
||||||
- name: deploy web config
|
- name: deploy web config
|
||||||
hosts: web
|
hosts: web
|
||||||
roles:
|
roles:
|
||||||
|
- { role: webhost2, tags: [web,webhost]}
|
||||||
- { role: acmetool2, tags: [web,acmetool]}
|
- { role: acmetool2, tags: [web,acmetool]}
|
||||||
- { role: nginx2, tags: [web,nginx]}
|
- { role: nginx2, tags: [web,nginx]}
|
||||||
- { role: webhost2, tags: [web,webhost]}
|
|
||||||
|
|
Loading…
Reference in a new issue