Skip to content

Commit

Permalink
Merge pull request #1 from inovia-team/deactivate_pull_server_side_co…
Browse files Browse the repository at this point in the history
…nfig

Deactivate pull-server-side-config and do not register hostname
  • Loading branch information
vonglasow authored Mar 8, 2017
2 parents 53b631e + bc34b78 commit f156b98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
tags:
- logentries

- name: register server
command: "le register --hostname {{logentries_stage}} --force"
become: yes
tags:
- logentries
- name: deactivate pull-server-side-config
lineinfile:
dest: /etc/le/config
regexp: "pull-server-side-config = "
line: "pull-server-side-config = False"

- name: create config folder
file:
Expand Down

0 comments on commit f156b98

Please sign in to comment.