forked from ansible-collections/ansible-consul
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Fix/improve name casing for tasks"
This reverts commit 2e90dec.
- Loading branch information
1 parent
56841cd
commit 3b124d5
Showing
11 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
--- | ||
# File: main.yml - Handlers for Consul | ||
|
||
- name: Restart consul | ||
- name: restart consul | ||
ansible.builtin.import_tasks: restart_consul.yml | ||
|
||
- name: Rtart consul | ||
- name: start consul | ||
ansible.builtin.import_tasks: start_consul.yml | ||
|
||
- name: Reload consul configuration | ||
- name: reload consul configuration | ||
ansible.builtin.import_tasks: reload_consul_conf.yml | ||
|
||
- name: Restart dnsmasq | ||
- name: restart dnsmasq | ||
ansible.builtin.service: | ||
name: dnsmasq | ||
enabled: true | ||
state: restarted | ||
become: true | ||
|
||
- name: Restart rsyslog | ||
- name: restart rsyslog | ||
ansible.builtin.import_tasks: restart_rsyslog.yml | ||
|
||
- name: Restart syslog-ng | ||
- name: restart syslog-ng | ||
ansible.builtin.import_tasks: restart_syslogng.yml | ||
|
||
- name: Restart syslog-ng | ||
- name: restart syslog-ng | ||
ansible.builtin.import_tasks: restart_syslogng.yml | ||
|
||
- name: Start snapshot | ||
- name: start snapshot | ||
ansible.builtin.import_tasks: start_snapshot.yml | ||
|
||
- name: Systemctl daemon-reload | ||
- name: systemctl daemon-reload | ||
ansible.builtin.systemd: | ||
daemon_reload: true | ||
become: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
- ansible.builtin.import_tasks: "stop_consul_mac.yml" # noqa name[missing] | ||
- ansible.builtin.import_tasks: "stop_consul_mac.yml" | ||
|
||
- ansible.builtin.import_tasks: "start_consul_mac.yml" # noqa name[missing] | ||
- ansible.builtin.import_tasks: "start_consul_mac.yml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
- name: Restart rsyslog | ||
- name: restart rsyslog | ||
ansible.builtin.service: | ||
name: rsyslog | ||
state: restarted | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,5 +64,5 @@ | |
tags: | ||
- consul_services | ||
|
||
- name: Flush_handlers | ||
- name: flush_handlers | ||
ansible.builtin.meta: flush_handlers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v2.6.7 | ||
v2.6.6 |