adding new readme

This commit is contained in:
ipvsean
2020-03-12 13:32:26 -04:00
parent 851173e853
commit 9611b56e47
2 changed files with 56 additions and 56 deletions

View File

@@ -48,14 +48,6 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
<td><a href="https://www.youtube.com/watch?v=pU8ZgSBuEJw&list=PLdu06OJoEf2bp-PNtxPP_2n7Avkax8TED">Video Link</a></td> <td><a href="https://www.youtube.com/watch?v=pU8ZgSBuEJw&list=PLdu06OJoEf2bp-PNtxPP_2n7Avkax8TED">Video Link</a></td>
<td><ul><li>f5</li><li>rhel</li></ul></td> <td><ul><li>f5</li><li>rhel</li></ul></td>
</tr> </tr>
<tr>
<td>SERVER / Grant Sudo</td>
<td>Will Tome</td>
<td><pre>demo: fact_scan</pre></td>
<td>grant sudo privledges for specified time via survey</td>
<td>Not available </td>
<td><ul><li>f5</li><li>rhel</li></ul></td>
</tr>
<tr> <tr>
<td>SERVER / Patching</td> <td>SERVER / Patching</td>
<td>Will Tome</td> <td>Will Tome</td>
@@ -64,6 +56,14 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
<td>Not available </td> <td>Not available </td>
<td><ul><li>f5</li><li>rhel</li></ul></td> <td><ul><li>f5</li><li>rhel</li></ul></td>
</tr> </tr>
<tr>
<td>SERVER / Security Patching</td>
<td>Will Tome</td>
<td><pre>demo: fact_scan</pre></td>
<td>upgrade all yum packages for security related except kernel</td>
<td>Not available </td>
<td><ul><li>f5</li><li>rhel</li></ul></td>
</tr>
<tr> <tr>
<td>Windows IIS Server</td> <td>Windows IIS Server</td>
<td>Colin McNaughton</td> <td>Colin McNaughton</td>
@@ -152,7 +152,7 @@ please refer to the [contribute.md](docs/contribute.md) documentation included i
# Notes # Notes
This README.md was auto-generated by Ansible user **sean** on **2020-03-11** with Ansible version **2.9.5** This README.md was auto-generated by Ansible user **sean** on **2020-03-12** with Ansible version **2.9.5**
To generate a README.md, execute the following command To generate a README.md, execute the following command

View File

@@ -1,83 +1,83 @@
--- ---
f5_bigip_workflow: f5_bigip_workflow:
workflow: true workflow: true
author: "Sean Cavanaugh" author: 'Sean Cavanaugh'
category: network category: network
name: "WORKFLOW - F5 BIG-IP" name: 'WORKFLOW - F5 BIG-IP'
description: 'Workflow for F5 BIG-IP to setup a VIP (Virtual IP) load balancer between two RHEL webservers' description: 'Workflow for F5 BIG-IP to setup a VIP (Virtual IP) load balancer between two RHEL webservers'
organization: "Default" organization: 'Default'
workshop_type: workshop_type:
- f5 - f5
schema: schema:
- job_template: "F5 - add nodes" - job_template: 'F5 - add nodes'
success: success:
- job_template: "F5 - add pool" - job_template: 'F5 - add pool'
success: success:
- job_template: "F5 - add pool members" - job_template: 'F5 - add pool members'
success: success:
- job_template: "F5 - add virtual server" - job_template: 'F5 - add virtual server'
job_templates: job_templates:
f5_add_nodes: f5_add_nodes:
name: "F5 - add nodes" name: 'F5 - add nodes'
description: "add webserver nodes into F5 BIG-IP" description: 'add webserver nodes into F5 BIG-IP'
job_type: "run" job_type: 'run'
inventory: "Workshop Inventory" inventory: 'Workshop Inventory'
playbook: "exercises/ansible_f5/1.2-add-node/bigip-node.yml" playbook: 'exercises/ansible_f5/1.2-add-node/bigip-node.yml'
credential: "Workshop Credential" credential: 'Workshop Credential'
survey_enabled: no survey_enabled: no
project: project:
name: "Ansible Workshops Project" name: 'Ansible Workshops Project'
description: "official workshops from Ansible" description: 'official workshops from Ansible'
organization: "Default" organization: 'Default'
scm_type: git scm_type: git
scm_url: "https://github.com/ansible/workshops" scm_url: 'https://github.com/ansible/workshops'
workshop_type: workshop_type:
- f5 - f5
f5_add_pool: f5_add_pool:
name: "F5 - add pool" name: 'F5 - add pool'
description: "add webserver nodes into F5 BIG-IP" description: 'add webserver nodes into F5 BIG-IP'
job_type: "run" job_type: 'run'
inventory: "Workshop Inventory" inventory: 'Workshop Inventory'
playbook: "exercises/ansible_f5/1.3-add-pool/bigip-pool.yml" playbook: 'exercises/ansible_f5/1.3-add-pool/bigip-pool.yml'
credential: "Workshop Credential" credential: 'Workshop Credential'
survey_enabled: no survey_enabled: no
project: project:
name: "Ansible Workshops Project" name: 'Ansible Workshops Project'
description: "official workshops from Ansible" description: 'official workshops from Ansible'
organization: "Default" organization: 'Default'
scm_type: git scm_type: git
scm_url: "https://github.com/ansible/workshops" scm_url: 'https://github.com/ansible/workshops'
workshop_type: workshop_type:
- f5 - f5
f5_add_pool_members: f5_add_pool_members:
name: "F5 - add pool members" name: 'F5 - add pool members'
description: "add webserver nodes into pool" description: 'add webserver nodes into pool'
job_type: "run" job_type: 'run'
inventory: "Workshop Inventory" inventory: 'Workshop Inventory'
playbook: "exercises/ansible_f5/1.4-add-pool-members/bigip-pool-members.yml" playbook: 'exercises/ansible_f5/1.4-add-pool-members/bigip-pool-members.yml'
credential: "Workshop Credential" credential: 'Workshop Credential'
survey_enabled: no survey_enabled: no
project: project:
name: "Ansible Workshops Project" name: 'Ansible Workshops Project'
description: "official workshops from Ansible" description: 'official workshops from Ansible'
organization: "Default" organization: 'Default'
scm_type: git scm_type: git
scm_url: "https://github.com/ansible/workshops" scm_url: 'https://github.com/ansible/workshops'
workshop_type: workshop_type:
- f5 - f5
f5_add_vip: f5_add_vip:
name: "F5 - add virtual server" name: 'F5 - add virtual server'
description: "create VIP and add pool to virtual server" description: 'create VIP and add pool to virtual server'
job_type: "run" job_type: 'run'
inventory: "Workshop Inventory" inventory: 'Workshop Inventory'
playbook: "exercises/ansible_f5/1.5-add-virtual-server/bigip-virtual-server.yml" playbook: 'exercises/ansible_f5/1.5-add-virtual-server/bigip-virtual-server.yml'
credential: "Workshop Credential" credential: 'Workshop Credential'
survey_enabled: no survey_enabled: no
project: project:
name: "Ansible Workshops Project" name: 'Ansible Workshops Project'
description: "official workshops from Ansible" description: 'official workshops from Ansible'
organization: "Default" organization: 'Default'
scm_type: git scm_type: git
scm_url: "https://github.com/ansible/workshops" scm_url: 'https://github.com/ansible/workshops'
workshop_type: workshop_type:
- f5 - f5