mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-25 06:31:27 +00:00
forgot sigul service
This commit is contained in:
parent
87bd02945a
commit
ccebf54810
@ -76,6 +76,12 @@
|
|||||||
state: present
|
state: present
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
|
- name: Enable the sigul bridge
|
||||||
|
systemd:
|
||||||
|
name: sigul_bridge
|
||||||
|
state: running
|
||||||
|
enabled: true
|
||||||
|
|
||||||
- name: Touching run file that ansible has ran here
|
- name: Touching run file that ansible has ran here
|
||||||
file:
|
file:
|
||||||
path: /var/log/ansible.run
|
path: /var/log/ansible.run
|
||||||
|
@ -63,6 +63,12 @@
|
|||||||
state: present
|
state: present
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
|
- name: Enable the sigul server
|
||||||
|
systemd:
|
||||||
|
name: sigul_server
|
||||||
|
state: running
|
||||||
|
enabled: true
|
||||||
|
|
||||||
- name: Touching run file that ansible has ran here
|
- name: Touching run file that ansible has ran here
|
||||||
file:
|
file:
|
||||||
path: /var/log/ansible.run
|
path: /var/log/ansible.run
|
||||||
|
Loading…
Reference in New Issue
Block a user