-
Notifications
You must be signed in to change notification settings - Fork 56
[Documentation:Developer] Ansible Create Term & Course Docs #610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
87ac41d
[Documentation:developer] Adding Ansible Script Process
ethanfordwork e659099
updating
ethanfordwork 20e1168
updating
ethanfordwork 25aa4fc
[Documentation:Developer] adding ansible script option
ethanfordwork 2bcd735
[Documentation:Developer] Adding instructions
ethanfordwork bf96c71
working
ethanfordwork 8499f9d
working
ethanfordwork bbe04d1
fixing documentation
ethanfordwork 852bd2a
[Documentation:Developer] Add Ansible Install Script Documentation
ethanfordwork 092453c
Merge branch 'Submitty:main' into main
ethanfordwork 225e20a
Merge branch 'Submitty:main' into main
ethanfordwork 3cfd6e5
[Documentation] Ansible Install Script
ethanfordwork e32a7de
adding ansible install instructions to index.md
ethanfordwork 8a2640a
updating documentation for PR
ethanfordwork 4a04672
[Documentation] Adding reminder submitty version
ethanfordwork e7a9a3b
updating directory names in documentation
ethanfordwork 11d6cef
adding documentation for create course
ethanfordwork 26021e2
updating documentation
ethanfordwork 699d264
updating
ethanfordwork 8373c1f
adding term documenatation
ethanfordwork 3df4c28
updating course creation documentation
ethanfordwork b963424
[Documentation:Developer] Ansible Course Creation Documentation
ethanfordwork 186e55d
updating term creation documentation
ethanfordwork 9a37b7d
updating
ethanfordwork d224608
updating term creation script
ethanfordwork a3c8838
[Documentation:Developer] Ansible Create Course and Term Documentation
ethanfordwork 1316d6e
making changes to directory and grammar
ethanfordwork ce63d6e
Merge branch 'main' into main
IDzyre 6c161b5
fixing linking issues
ethanfordwork 7187e0c
re fixing linking
ethanfordwork e1c3ee9
fixing linking issues removing md
ethanfordwork 0250431
trying linking
ethanfordwork cee755b
fixing last linking issues
ethanfordwork b70bbce
last two linking issues
ethanfordwork 1857be9
linking issues
ethanfordwork 47172c9
removing redirect from new files
ethanfordwork d677596
adding ansible to navtreedata.js
ethanfordwork 9862bb5
tweak instructions
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: Course Creation using Ansible | ||
category: System Administrator > Configuration & Administration | ||
--- | ||
|
||
NOTE: This guide assumes that you have first created a Submitty server | ||
using Ansible following the | ||
[Installation using Ansible](/sysadmin/installation/ansible) instructions. | ||
|
||
## Steps to Create a Course | ||
|
||
1. Navigate to the ansible directory in your Submitty installation: | ||
|
||
``` | ||
cd .setup/ansible | ||
``` | ||
|
||
2. There is a playbook available named `submitty_course_creation.yml`. This playbook contains the necessary roles to create a new course in Submitty. You can edit this file to specify the details of the course you want to create. | ||
|
||
3. Run the playbook using the following command: | ||
|
||
``` | ||
ansible-playbook -i inventory/submitty playbooks/submitty_course_creation.yml | ||
``` | ||
|
||
4. Once the process is complete, your new course should be available in Submitty. | ||
|
||
**For a more detailed step-by-step guide on creating a course, you | ||
can refer to the [Course Creation](course_creation) | ||
instructions. | ||
|
||
**If you wish to understand the individual tasks that are performed during the course creation process, you can examine the tasks defined under the `submitty_course_creation` role. | ||
|
||
See also: | ||
[Ansible Term Creation](/sysadmin/configuration/ansible_term_creation) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: Term Creation using Ansible | ||
category: System Administrator > Configuration & Administration | ||
--- | ||
|
||
NOTE: This guide assumes that you have first created a Submitty server | ||
using Ansible following the | ||
[Installation using Ansible](/sysadmin/installation/ansible) instructions. | ||
|
||
## Steps to Create a Term | ||
|
||
1. Navigate to the `ansible directory` in your Submitty installation: | ||
|
||
``` | ||
cd .setup/asnible | ||
``` | ||
|
||
2. There is a playbook available named `submitty_course_creation.yml`. This playbook contains the necessary roles to create a new term in Submitty. You can edit this file to specify the details of the term you want to create. | ||
|
||
**Remember: The term should be an abbreviated semester name like: `s24` . The start and end date must be formatted in mm/dd/yyyy format. | ||
|
||
3. Run the playbook using the following command: | ||
|
||
``` | ||
ansible-playbook -i inventory/submitty playbooks/submitty_course_creation.yml | ||
``` | ||
|
||
This command will start the term creation process. Ansible will display the progress in the terminal. | ||
|
||
4. Once the process is complete, your new term should be available in Submitty. | ||
|
||
**For a more detailed step-by-step guide on creating a course, you | ||
can refer to the [Term Creation](term_creation) instructions. | ||
|
||
**If you wish to understand the individual tasks that are performed during the course creation process, you can examine the tasks defined under the `submitty_term_creation` role. | ||
|
||
|
||
See also: | ||
[Ansible Course Creation](/sysadmin/configuration/ansible_course_creation) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.