Skip to content

Commit

Permalink
merge: merge pull request #1 from alexandrelamberty/develop/workflow-…
Browse files Browse the repository at this point in the history
…lint

Workflow lint fixes and doc
  • Loading branch information
alexandrelamberty authored Apr 9, 2024
2 parents f9d9ee0 + 6bed827 commit 2740e07
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Ansible management for my Raspberry Pis .

## Features

- [Docker](https://www.docker.com/)
- [Portainer](https://www.portainer.io/)
- [ ] [Docker](https://www.docker.com/)
- [ ] [Portainer](https://www.portainer.io/)
- [ ] DNS ?

## Execute playbook

Expand Down
7 changes: 7 additions & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
groups: "docker"
append: true

- name: Install docker-compose from official github repo
ansible.builtin.get_url:
url: https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64
dest: /usr/local/bin/docker-compose
mode: "u+x,g+x"

# https://docs.ansible.com/ansible/latest/collections/community/docker/docker_container_module.html#ansible-collections-community-docker-docker-container-module
- name: Create portainer container
community.docker.docker_container:
name: portainer
Expand Down

0 comments on commit 2740e07

Please sign in to comment.