Skip to content

Commit

Permalink
Update roles
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Mar 30, 2024
1 parent f67b5ef commit eb708fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 5 additions & 3 deletions main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
become: true
roles:
- role: common
- role: cis
- role: certbot
- role: borgmatic
- role: nikdoof.cis
- role: nikdoof.certbot
tags:
- certbot
- role: nikdoof.borgmatic

- name: Build hostgroup roles
hosts: build
Expand Down
7 changes: 5 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ collections:
roles:
- name: gantsign.golang
version: 3.3.1
- name: borgmatic
- name: nikdoof.borgmatic
src: https://github.com/nikdoof/ansible-borgmatic
version: main
- name: cis
- name: nikdoof.cis
src: https://github.com/nikdoof/ansible-cis.git
version: main
- name: nikdoof.certbot
src: https://github.com/nikdoof/ansible-certbot.git
version: main

0 comments on commit eb708fd

Please sign in to comment.