mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-17 05:41:33 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
- name: start supervisord
|
||||
command: 'supervisord -c {{ remote_dir }}/supervisord.conf'
|
||||
|
||||
- name: wait_for supervisord
|
||||
wait_for:
|
||||
port: 9001
|
||||
host: 127.0.0.1
|
||||
timeout: 15
|
||||
state: started
|
Loading…
Add table
Add a link
Reference in a new issue