diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2023-06-13 10:53:59 -0400 |
---|---|---|
committer | Dan Fedele <dan.fedele@gmail.com> | 2023-06-13 10:53:59 -0400 |
commit | 5610d030dda5d14ff62fb1a5eddcd1f3683fd6b8 (patch) | |
tree | 13bcfb4f4fc63e250aba6182f813220b2ea7c6ad /roles/individual-apps | |
parent | 61d2136b432a041e5bf1dc04503fa5fb05a60631 (diff) |
Modified various readmes
Diffstat (limited to 'roles/individual-apps')
-rw-r--r-- | roles/individual-apps/README.md | 33 |
1 files changed, 2 insertions, 31 deletions
diff --git a/roles/individual-apps/README.md b/roles/individual-apps/README.md index 225dd44..004e8b6 100644 --- a/roles/individual-apps/README.md +++ b/roles/individual-apps/README.md @@ -1,38 +1,9 @@ Role Name ========= -A brief description of the role goes here. - -Requirements ------------- - -Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required. +This role will install individual packages that are _not_ tied to the package management system, IE apt. This also applies to git repositories and the like, as well as one-off compilation and build instructions, such as JumboJohn and Kerbrute. Role Variables -------------- -A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well. - -Dependencies ------------- - -A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles. - -Example Playbook ----------------- - -Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: - - - hosts: servers - roles: - - { role: username.rolename, x: 42 } - -License -------- - -BSD - -Author Information ------------------- - -An optional section for the role authors to include contact information, or a website (HTML is not allowed). +Just using a link to the compiled ysoserial .jar file. |