This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
7c43cc3faa
community.general
/
tests
/
integration
/
targets
/
nomad
/
meta
/
main.yml
6 lines
79 B
YAML
Raw
Normal View
History
Unescape
Escape
new module nomad_job & nomad_job_info (#867) * nomad_job module * Delete nomad_job.py * new module nomad_job * fix symlink * disable test with centos6 , not supported * fix centos unsupported * fix * requested changes doc * disable freebsd ci * requested change docs + check_mode * lint * fix syntax * update docs * doc fix Co-authored-by: Felix Fontein <felix@fontein.de> * Update nomad_job.py fix docs + ssl true default * Update nomad_job.yml disable ssl ci * nomad_job_info * Update nomad_job_info.py fix token nomad job info * Update nomad_job.py idempotence + check_mode plan result * Update nomad_job.py fail if no id with json content * Update nomad_job.yml ci idempotence + check_mode , nomad_job and nomad_job_info * Update nomad_job.yml fix ci * Update main.yml add kill nomad ci * Update main.yml always kill * fix check mode delete job * ci with delete and check_mode * lint * force start in first deploy * 12.4 nomad * fix version nomad * fix ci assert * fix ci * fix ci * lint * fix version job id None, import os unused * lint job_info * Update aliases * docs frag + info refacto * lint lint * ci * jmespath * fix ci Co-authored-by: FERREIRA Christophe <christophe.ferreira@cnaf.fr> Co-authored-by: Felix Fontein <felix@fontein.de>
2020-10-19 13:40:07 +02:00
---
dependencies
:
-
setup_pkg_mgr
-
setup_openssl
Improve CI (#3348) * Remove superfluous test. * Use remote_temp_dir instead of output_dir on remote. * Read certificate from correct place. * Adjust more places. * Fix boolean. * Improve cryptography setup. * Fix java_keystore changes. * Need to copy binary from remote. * Use correct Python for serve script. * Sleep before downloading. * Use correct Python interpreter. * Avoid failing shebang test. * Fix permission error with macOS 11.1. * Avoid shebang trouble.
2021-09-09 07:31:44 +02:00
-
setup_remote_tmp_dir
Copy permalink