Skip to content

Commit

Permalink
ansible/roles/netauth*: Add tags for faster pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
the-maldridge committed Jul 29, 2023
1 parent 4a6797e commit b26e953
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/netauth-config/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
owner: root
group: root
mode: 0755
tags: [install_netauth_conf]

- name: Configure NetAuth library
copy:
Expand All @@ -14,6 +15,7 @@
owner: root
group: root
mode: 0644
tags: [install_netauth_conf]

- name: Ensure key directory
file:
Expand All @@ -22,6 +24,7 @@
owner: root
group: root
mode: 0755
tags: [install_netauth_conf]

- name: Install NetAuth Certificate
copy:
Expand All @@ -30,6 +33,7 @@
owner: root
group: root
mode: 0644
tags: [install_netauth_conf, configure_netauth_conf]

- name: Install Token Verification Key
copy:
Expand All @@ -38,6 +42,7 @@
owner: root
group: root
mode: 0644
tags: [install_netauth_conf, configure_netauth_conf]

- name: Install Firewall Rules
copy:
Expand All @@ -48,3 +53,4 @@
mode: 0644
notify:
- iptables
tags: [install_netauth_conf]
2 changes: 2 additions & 0 deletions ansible/roles/netauthd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
no_log: true
notify:
- netauthd
tags: [install_netauthd, configure_netauthd]

- name: Install Token Keys
copy:
Expand All @@ -27,6 +28,7 @@
no_log: true
notify:
- netauthd
tags: [install_netauthd, configure_netauthd]

- name: Install Firewall Rules
copy:
Expand Down

0 comments on commit b26e953

Please # to comment.