Skip to content

Commit

Permalink
rebase+undo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fghanmi committed Jul 15, 2024
1 parent 1570fbb commit 2b9e1d8
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions roles/tas_single_node/tasks/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,32 @@
index_var: idx
when: enabled_vals[idx] | bool

# - name: Configure/Deploy nginx
# ansible.builtin.include_tasks: podman/nginx.yml
- name: Configure/Deploy nginx
ansible.builtin.include_tasks: podman/nginx.yml

# - name: Configure/Deploy Trillian
# ansible.builtin.include_tasks: podman/trillian.yml
# when: tas_single_node_trillian_enabled | bool
- name: Configure/Deploy Trillian
ansible.builtin.include_tasks: podman/trillian.yml
when: tas_single_node_trillian_enabled | bool

# - name: Setup Trillian Tree ID
# ansible.builtin.include_tasks: podman/createtree.yml
# when: tas_single_node_trillian_enabled | bool
- name: Setup Trillian Tree ID
ansible.builtin.include_tasks: podman/createtree.yml
when: tas_single_node_trillian_enabled | bool

# - name: Configure/Deploy Rekor
# ansible.builtin.include_tasks: podman/rekor.yml
# when: tas_single_node_rekor_enabled | bool
- name: Configure/Deploy Rekor
ansible.builtin.include_tasks: podman/rekor.yml
when: tas_single_node_rekor_enabled | bool

# - name: Configure/Deploy Fulcio
# ansible.builtin.include_tasks: podman/fulcio.yml
# when: tas_single_node_fulcio_enabled | bool
- name: Configure/Deploy Fulcio
ansible.builtin.include_tasks: podman/fulcio.yml
when: tas_single_node_fulcio_enabled | bool

# - name: Configure/Deploy ctlog
# ansible.builtin.include_tasks: podman/ctlog.yml
# when: tas_single_node_ctlog_enabled | bool
- name: Configure/Deploy ctlog
ansible.builtin.include_tasks: podman/ctlog.yml
when: tas_single_node_ctlog_enabled | bool

# - name: Configure/Deploy tuf
# ansible.builtin.include_tasks: podman/tuf.yml
# when: tas_single_node_tuf_enabled | bool
- name: Configure/Deploy tuf
ansible.builtin.include_tasks: podman/tuf.yml
when: tas_single_node_tuf_enabled | bool

- name: Configure/Deploy TSA
ansible.builtin.include_tasks: podman/tsa.yml
Expand Down

0 comments on commit 2b9e1d8

Please sign in to comment.