Skip to content

Commit

Permalink
Potayto, potahto
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMeosch committed Jul 25, 2020
1 parent b3785f4 commit 1d82bc1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Role that helps setting up redirectors for RedELK project.

## Requirements

None.
- src: robertdebock.epel
- src: geerlingguy.filebeat
- src: https://github.com/DrMeosch/ansible-role-python3
scm: git
version: master
name: drmeosch.python3

## Role Variables

Expand Down Expand Up @@ -38,15 +43,6 @@ Available variables are listed below, along with default values (see `defaults/m
# Your timezone
timezone: Europe/Berlin

## Dependencies

- src: robertdebock.epel
- src: geerlingguy.filebeat
- src: https://github.com/DrMeosch/ansible-role-python3
scm: git
version: master
name: drmeosch.python3

## Use with Ansible

```yaml
Expand Down
8 changes: 1 addition & 7 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,4 @@ galaxy_info:
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
# Maximum 20 tags per role.

dependencies:
- src: robertdebock.epel
- src: geerlingguy.filebeat
- src: https://github.com/DrMeosch/ansible-role-python3
scm: git
version: master
name: drmeosch.python3
dependencies: []
5 changes: 0 additions & 5 deletions molecule/aws-ec2/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
- name: Converge
hosts: redirectors
become: true
pre_tasks:
- name: Update apt cache.
apt:
update_cache: true
when: ansible_os_family == 'Debian'
tasks:
- name: "Include redelk_redir role"
include_role:
Expand Down

0 comments on commit 1d82bc1

Please sign in to comment.