Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix yaml list in nomad_plugins #152

Merged
merged 1 commit into from
Jan 30, 2022

Conversation

Rendanic
Copy link
Contributor

There is no simple solution for converting yaml to hcl2. This is a work
arround until a real converter is availible.

This is related to #127.

There is no simple solution for converting yaml to hcl2. This is a work
arround until a real converter is availible.

This is related to ansible-community#127.
@lanefu lanefu merged commit 92d4e33 into ansible-community:master Jan 30, 2022
@Rendanic Rendanic deleted the prclientplugin branch March 21, 2022 06:37
ctorrisi added a commit to ctorrisi/ansible-nomad that referenced this pull request Aug 31, 2022
* Upgrade nomad, podman driver. Added many features. (ansible-community#131)

* Update main.yml

* Added host networks

* Added README and exmaple for host networks

* Fixed README for host nets

* Upgraded nomad_version

* Updated readme

* Update README.md

* Update client.hcl.j2

* Added cni support

* Added cni dir creation

* Fixed archiving

* updated readme with cni

* Updated copy

* Added tls

* Fixed a bug

* Fixed a bug

* Fixed a bug

* Added tls copy support

* Added readme

* Minor formatting

* Added new line at end of defaults

* Fixed multiple vars

* Fixed vars

* Fixed vars bug giving appended path

* Updated podman to 0.3.0

* Added tls consul support

* Added readme

* Added ssl consul

Co-authored-by: Hemanth Bollamreddi <[email protected]>

* Add support for Photon 4 (ansible-community#137)

* Add VMware Photon OS as a valid OS distro.

* Add VMware Photon OS vars file.

* Modified OS package installation for Photon.

Co-authored-by: josephrajewski <[email protected]>

* Set become:false when deleting local gossip key (ansible-community#142)

The local gossip encryption key at `/tmp/nomad_raw.key` is created using `become: false`. However, during cleanup (`Delete gossip encryption key`) `become: false` is missing and might cause issues becoming root on localhost if sudo asks for a password.

This PR fixes this by addind `become: false` to the respective task in get_gossip_key.yml

* use ansible 'version' check in nomad_telemetry (ansible-community#130)

* Fixes custom RPC port for client. (ansible-community#138)

* Fixes custom RPC port for client.

* Always restart service - does not restart by default on reboot.

* Allow to configure communication from Nomad to Consul over TLS (ansible-community#129)

- Add TLS related variables to defaults/main.yml
- Update base template
- Update REAME.md with new variables

* Removed duplicates ssl config in base.hcl.j2 (ansible-community#148)

* Removed duplicates ssl config in base.hcl.j2

* Removed duplicates in README.md and defaults/main.yml as mentioned by [Blefish](https://github.com/Blefish)

Co-authored-by: bakhtiar.hamid <[email protected]>

* fix yaml list in nomad_plugins (ansible-community#152)

There is no simple solution for converting yaml to hcl2. This is a work
arround until a real converter is availible.

This is related to ansible-community#127.

Co-authored-by: Hemanth Bollamreddi <[email protected]>
Co-authored-by: Hemanth Bollamreddi <[email protected]>
Co-authored-by: Joe <[email protected]>
Co-authored-by: josephrajewski <[email protected]>
Co-authored-by: Patrick Pacher <[email protected]>
Co-authored-by: Kevin Schoonover <[email protected]>
Co-authored-by: firke <[email protected]>
Co-authored-by: Alexandre Chouinard <[email protected]>
Co-authored-by: kedai <[email protected]>
Co-authored-by: bakhtiar.hamid <[email protected]>
Co-authored-by: Thorsten Bruhns <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants