From c012b2026d4908e8533e6d3c3d8b89d36b11f168 Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Mon, 12 Jun 2023 16:48:51 -0400 Subject: Now using ansible roles. also removed linpeass --- roles/individual-apps/README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 roles/individual-apps/README.md (limited to 'roles/individual-apps/README.md') diff --git a/roles/individual-apps/README.md b/roles/individual-apps/README.md new file mode 100644 index 0000000..225dd44 --- /dev/null +++ b/roles/individual-apps/README.md @@ -0,0 +1,38 @@ +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. + +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). -- cgit v1.2.3 From 5610d030dda5d14ff62fb1a5eddcd1f3683fd6b8 Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Tue, 13 Jun 2023 10:53:59 -0400 Subject: Modified various readmes --- roles/individual-apps/README.md | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) (limited to 'roles/individual-apps/README.md') 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. -- cgit v1.2.3 From dfa9f2398bd614f73a0df92cbcfd561c609a2f3b Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Tue, 13 Jun 2023 10:56:49 -0400 Subject: Wording change --- roles/individual-apps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/individual-apps/README.md') diff --git a/roles/individual-apps/README.md b/roles/individual-apps/README.md index 004e8b6..5880d2b 100644 --- a/roles/individual-apps/README.md +++ b/roles/individual-apps/README.md @@ -1,4 +1,4 @@ -Role Name +Individual Apps ========= 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. -- cgit v1.2.3