PureFTPd install role for a general ftp file server
Go to file
felix.niederwanger@suse.com d5050318cd Add GitHub Actions
Add GitHub Actions as CI.
2021-03-24 17:19:32 +01:00
.githooks Add githooks 2021-03-24 16:49:37 +01:00
.github/workflows Add GitHub Actions 2021-03-24 17:19:32 +01:00
defaults Small tidy 2021-03-24 16:50:01 +01:00
handlers Add GitHub Actions 2021-03-24 17:19:32 +01:00
meta Small tidy 2021-03-24 16:50:01 +01:00
molecule/default Add GitHub Actions 2021-03-24 17:19:32 +01:00
tasks Add GitHub Actions 2021-03-24 17:19:32 +01:00
templates first commit 2021-03-24 16:28:14 +01:00
vars Small tidy 2021-03-24 16:50:01 +01:00
.gitignore Add GitHub Actions 2021-03-24 17:19:32 +01:00
README.md Add githooks 2021-03-24 16:49:37 +01:00

geekoops-pureftpd

Install and configure the secure PureFTPd server.

Role Variables

Example Playbook

- hosts: jellyfish
  roles:
     - { role: geekoops-pureftp }

License

MIT

Author Information

phoenix

Have a lot of fun!

Development

Add githooks

This repository ships pre-commit git hooks that will check the yaml syntax. To configure them do

git config --local core.hooksPath .githooks/