Skip to content

Commit

Permalink
update module and ansible config
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Dec 23, 2020
1 parent 1328b00 commit cbd3763
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[defaults]
inventory = ./hosts.ini
remote_user = root
remote_user = ansible
retry_files_enabled = False
nocows = True

Expand Down
2 changes: 1 addition & 1 deletion host_vars/web01.l3d.space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ nginx_sites:
webroot:
user: 'webwaffel'

acme_notification_email: "acme_{{ ansible_hosts }}@l3d.yt"
acme_notification_email: "acme_{{ inventory_hostname }}@l3d.yt"
2 changes: 1 addition & 1 deletion roles/nginx2
Submodule nginx2 updated from 0b60a9 to 642aa3
2 changes: 1 addition & 1 deletion roles/ssh_auth
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
- name: deploy web config
hosts: web
roles:
- { role: webhost2, tags: [web,webhost]}
- { role: acmetool2, tags: [web,acmetool]}
- { role: nginx2, tags: [web,nginx]}
- { role: webhost2, tags: [web,webhost]}

0 comments on commit cbd3763

Please sign in to comment.