Skip to content

Commit

Permalink
installation works! Ignore usegalaxy tools set temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
martindemko committed Dec 16, 2024
1 parent 6a420bf commit 770b730
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions galaxy_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,20 @@
module: ansible.builtin.pip
name: ephemeris
virtualenv: /tmp/ephemeris
# virtualenv_python: python3

- name: Copy tools from master instance
local_action:
module: ansible.builtin.shell
cmd: /tmp/ephemeris/bin/get-tool-list -g {{ copy_tools_from }} -o /tmp/master_tool_list.yaml
# cmd: get-tool-list -g {{ copy_tools_from }} -o /tmp/master_tool_list.yaml
when: copy_tools_from

- name: Install tools from master instance
local_action:
module: ansible.builtin.shell
cmd: /tmp/ephemeris/bin/shed-tools install -g https://{{ inventory_hostname }} -a {{ api_key }} -t /tmp/master_tool_list.yaml
# cmd: shed-tools install -g https://{{ inventory_hostname }} -a {{ api_key }} -t /tmp/master_tool_list.yaml
when: copy_tools_from
# - name: Copy tools from master instance
# local_action:
# module: ansible.builtin.shell
# cmd: /tmp/ephemeris/bin/get-tool-list -g {{ copy_tools_from }} -o /tmp/master_tool_list.yaml
# when: copy_tools_from
#
# - name: Install tools from master instance
# local_action:
# module: ansible.builtin.shell
# cmd: /tmp/ephemeris/bin/shed-tools install -g https://{{ inventory_hostname }} -a {{ api_key }} -t /tmp/master_tool_list.yaml
# when: copy_tools_from

- name: Install local tools
local_action:
module: ansible.builtin.shell
cmd: /tmp/ephemeris/bin/shed-tools install -g https://{{ inventory_hostname }} -a {{ api_key }} -t files/{{ inventory_hostname }}/tool_list.yaml
# cmd: shed-tools install -g https://{{ inventory_hostname }} -a {{ api_key }} -t files/{{ inventory_hostname }}/tool_list.yaml

0 comments on commit 770b730

Please sign in to comment.