Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-cluster-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCL
ansible-cluster-config
Commits
1b9d9b01
Verified
Commit
1b9d9b01
authored
1 year ago
by
Reza Housseini
Browse files
Options
Downloads
Patches
Plain Diff
doc: update README
parent
2c179d90
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.org
+16
-6
16 additions, 6 deletions
README.org
with
16 additions
and
6 deletions
README.org
+
16
−
6
View file @
1b9d9b01
#+TITLE: Collection of ansible playbooks for cluster management
* Installing guix
To install guix run the corresponding playbook:
#+begin_src bash
ansible-playbook install_guix.yaml -i hosts
#+end_src
This does need root access on the cluster.
* Installing software
To install software, run the corresponding playbook
...
...
@@ -8,7 +18,7 @@ To install software, run the corresponding playbook
ansible-playbook install_software.yaml -i hosts
#+end_src
This need
s
root access on the cluster.
This
does not
need root access on the cluster.
* Hosts
...
...
@@ -20,12 +30,12 @@ master will be mounted on all the nodes.
* Software
Software managed through this repository can be found in the yaml file
[[
cluster_config/
software.yaml]]. This is the definite answer to which
version is
installed on the cluster.
Installation paths are configured in [[cluster_config/
installation.yaml]].
[[software.yaml]]. This is the definite answer to which
version is
installed on the cluster.
Installation paths are configured in
[[
installation.yaml]].
* Module files
Each installed software has an accompanying module file. They are
separated in ~
/opt/modules/
guix~ (for FOSS software) and
~/opt/modules/prop~ (for proprietary
software).
separated in ~guix~ (for FOSS software) and
~prop~ (for proprietary
software).
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment