Code Monkey home page Code Monkey logo

ansible-role-zero-footprint-rut-seedbox's Introduction

ansible-role-zero-footprint-rut-seedbox's People

Contributors

luckylittle avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

delengr1026

ansible-role-zero-footprint-rut-seedbox's Issues

[Bug]: yamllint has 63 violations

Contact Details

No response

What happened?

Tracking yamllint output in this issue report.

Version

1.0.0 (Default)

What browsers are you seeing the problem on?

No response

Relevant log output

yamllint output
===================
ansible_role_zero_footprint_rut_seedbox/.travis.yml
  12:5      error    wrong indentation: expected 6 but found 4  (indentation)
  29:61     error    no new line character at the end of file  (new-line-at-end-of-file)

ansible_role_zero_footprint_rut_seedbox/.github/FUNDING.yml
  3:1       warning  missing document start "---"  (document-start)
  3:21      warning  too few spaces before comment  (comments)
  3:81      error    line too long (97 > 80 characters)  (line-length)
  4:10      warning  too few spaces before comment  (comments)
  5:18      warning  too few spaces before comment  (comments)
  6:8       warning  too few spaces before comment  (comments)
  7:11      warning  too few spaces before comment  (comments)
  7:81      error    line too long (85 > 80 characters)  (line-length)
  8:19      warning  too few spaces before comment  (comments)
  8:81      error    line too long (91 > 80 characters)  (line-length)
  9:12      warning  too few spaces before comment  (comments)
  10:12     warning  too few spaces before comment  (comments)
  11:10     warning  too few spaces before comment  (comments)
  12:50     warning  too few spaces before comment  (comments)
  12:81     error    line too long (120 > 80 characters)  (line-length)

ansible_role_zero_footprint_rut_seedbox/.github/ISSUE_TEMPLATE/ISSUE.yml
  53:81     error    line too long (139 > 80 characters)  (line-length)
  59:81     error    line too long (84 > 80 characters)  (line-length)

ansible_role_zero_footprint_rut_seedbox/defaults/main.yml
  9:81      error    line too long (81 > 80 characters)  (line-length)
  10:81     error    line too long (121 > 80 characters)  (line-length)
  11:81     error    line too long (103 > 80 characters)  (line-length)
  12:81     error    line too long (98 > 80 characters)  (line-length)
  21:81     error    line too long (89 > 80 characters)  (line-length)
  30:81     error    line too long (85 > 80 characters)  (line-length)

ansible_role_zero_footprint_rut_seedbox/meta/main.yml
  1:1       warning  missing document start "---"  (document-start)
  3:81      error    line too long (113 > 80 characters)  (line-length)
  21:81     error    line too long (84 > 80 characters)  (line-length)
  25:81     error    line too long (84 > 80 characters)  (line-length)
  26:81     error    line too long (85 > 80 characters)  (line-length)
  31:3      error    wrong indentation: expected 4 but found 2  (indentation)
  33:5      error    wrong indentation: expected 6 but found 4  (indentation)
  36:5      error    wrong indentation: expected 6 but found 4  (indentation)
  45:5      warning  comment not indented like content  (comments-indentation)
  45:81     error    line too long (83 > 80 characters)  (line-length)
  46:81     error    line too long (82 > 80 characters)  (line-length)
  49:81     error    line too long (83 > 80 characters)  (line-length)
  53:3      warning  comment not indented like content  (comments-indentation)
  53:81     error    line too long (85 > 80 characters)  (line-length)

ansible_role_zero_footprint_rut_seedbox/tasks/01-common.yml
  62:81     error    line too long (94 > 80 characters)  (line-length)
  66:81     error    line too long (91 > 80 characters)  (line-length)
  71:81     error    line too long (95 > 80 characters)  (line-length)
  75:81     error    line too long (112 > 80 characters)  (line-length)

ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml
  34:81     error    line too long (84 > 80 characters)  (line-length)
  39:81     error    line too long (84 > 80 characters)  (line-length)
  44:81     error    line too long (107 > 80 characters)  (line-length)
  50:81     error    line too long (91 > 80 characters)  (line-length)
  55:81     error    line too long (91 > 80 characters)  (line-length)
  60:81     error    line too long (114 > 80 characters)  (line-length)
  64:81     error    line too long (126 > 80 characters)  (line-length)
  66:81     error    line too long (89 > 80 characters)  (line-length)
  71:81     error    line too long (89 > 80 characters)  (line-length)
  76:81     error    line too long (112 > 80 characters)  (line-length)

ansible_role_zero_footprint_rut_seedbox/tasks/03-vsftpd.yml
  32:81     error    line too long (89 > 80 characters)  (line-length)
  68:81     error    line too long (96 > 80 characters)  (line-length)
  83:81     error    line too long (85 > 80 characters)  (line-length)

ansible_role_zero_footprint_rut_seedbox/tasks/04-rutorrent.yml
  36:81     error    line too long (138 > 80 characters)  (line-length)
  40:81     error    line too long (181 > 80 characters)  (line-length)
  46:81     error    line too long (138 > 80 characters)  (line-length)

ansible_role_zero_footprint_rut_seedbox/tasks/05-security.yml
  28:81     error    line too long (107 > 80 characters)  (line-length)
  114:81    error    line too long (105 > 80 characters)  (line-length)

ansible_role_zero_footprint_rut_seedbox/tasks/06-cleanup.yml
  29:81     error    line too long (84 > 80 characters)  (line-length)
  30:81     error    line too long (82 > 80 characters)  (line-length)

Code of Conduct

  • I agree to follow this project's Code of Conduct

[Bug]: ansible-lint has 43 violations

Contact Details

No response

What happened?

Tracking ansible-lint output in this issue report.

Version

1.0.0 (Default)

What browsers are you seeing the problem on?

No response

Relevant log output

ansible-lint output
===================
WARNING  Listing 43 violation(s) that are fatal

ansible_role_zero_footprint_rut_seedbox/tasks/01-common.yml:19: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/01-common.yml:77: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:31: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:36: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:41: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:47: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:52: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:57: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:63: command-instead-of-shell Use shell only when shell functionality is required
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:63: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:68: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:73: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:79: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/02-rtorrent.yml:85: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/03-vsftpd.yml:12: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/03-vsftpd.yml:18: command-instead-of-module curl used in place of get_url or uri module
ansible_role_zero_footprint_rut_seedbox/tasks/03-vsftpd.yml:18: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/03-vsftpd.yml:53: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/03-vsftpd.yml:62: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/03-vsftpd.yml:67: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/03-vsftpd.yml:82: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/03-vsftpd.yml:90: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/04-rutorrent.yml:17: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/04-rutorrent.yml:50: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/04-rutorrent.yml:59: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/04-rutorrent.yml:75: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/04-rutorrent.yml:82: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/04-rutorrent.yml:89: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/04-rutorrent.yml:96: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/04-rutorrent.yml:103: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/04-rutorrent.yml:120: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/05-security.yml:19: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/05-security.yml:27: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/05-security.yml:35: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/05-security.yml:75: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/05-security.yml:82: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/05-security.yml:89: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/05-security.yml:96: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/05-security.yml:103: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/06-cleanup.yml:46: no-changed-when Commands should not change things if nothing needs doing
ansible_role_zero_footprint_rut_seedbox/tasks/06-cleanup.yml:59: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/06-cleanup.yml:68: risky-file-permissions File permissions unset or incorrect
ansible_role_zero_footprint_rut_seedbox/tasks/06-cleanup.yml:76: risky-file-permissions File permissions unset or incorrect

Finished with 18 failure(s), 25 warning(s) on 35 files.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.