Skip to content

Commit

Permalink
feat: initial custom service accounts
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Whalley <[email protected]>
  • Loading branch information
No9 committed Jan 30, 2023
1 parent e0f6ca8 commit cd328bb
Show file tree
Hide file tree
Showing 68 changed files with 1,600 additions and 203 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk


# Added by cargo

/target
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM quay.io/operator-framework/ansible-operator:v1.26.0

COPY requirements.yml ${HOME}/requirements.yml
RUN ansible-galaxy collection install -r ${HOME}/requirements.yml \
&& chmod -R ug+rwx ${HOME}/.ansible

COPY watches.yaml ${HOME}/watches.yaml
COPY roles/ ${HOME}/roles/
COPY playbooks/ ${HOME}/playbooks/
COPY config/ ${HOME}/config/

COPY Makefile ${HOME}/Makefile
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Loading

0 comments on commit cd328bb

Please sign in to comment.