-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #303 from pneerincx/fix/cleanup
Fix and cleanup
- Loading branch information
Showing
47 changed files
with
257 additions
and
248 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
|
@@ -123,9 +123,9 @@ Deploying a fully functional virtual cluster from scratch involves the following | |
3. Configure Ansible settings including the vault. | ||
To create a new virtual cluster you will need ```group_vars``` and an inventory for that HPC cluster: | ||
To create a new virtual cluster you will need ```group_vars``` and an static inventory for that HPC cluster: | ||
* See the ```*_hosts.ini``` files for existing clusters for examples to create a new ```[name-of-the-cluster]*_hosts.ini```. | ||
* See the ```static_inventories/*_hosts.ini``` files for existing clusters for examples to create a new ```[name-of-the-cluster]*_hosts.ini```. | ||
* Create a ```group_vars/[name-of-the-cluster]/``` folder with a ```vars.yml```. | ||
You'll find and example ```vars.yml``` file in ```group_vars/template/```. | ||
To generate a new ```secrets.yml``` with new random passwords for the various daemons/components and encrypt this new ```secrets.yml``` file: | ||
|
@@ -196,7 +196,7 @@ Deploying a fully functional virtual cluster from scratch involves the following | |
Some examples for the *Talos* development cluster: | ||
* Configure the dynamic inventory and jumphost for the *Talos* test cluster: | ||
```bash | ||
export AI_INVENTORY='talos_hosts.ini' | ||
export AI_INVENTORY='static_inventories/talos_hosts.ini' | ||
export AI_PROXY='reception' | ||
export ANSIBLE_VAULT_IDENTITY_LIST='[email protected]/vault_pass.txt.all, [email protected]/vault_pass.txt.talos' | ||
``` | ||
|
@@ -206,7 +206,7 @@ Deploying a fully functional virtual cluster from scratch involves the following | |
. ./lor-init | ||
lof-config talos | ||
``` | ||
* Firstly | ||
* Firstly, | ||
* Create local admin accounts, which can then be used to deploy the rest of the playbook. | ||
* Deploy the signed hosts keys. | ||
Without local admin accounts we'll need to use either a ```root``` account for direct login or the default user account of the image used to create the VMs. | ||
|
This file contains 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 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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
--- | ||
- src: geerlingguy.firewall | ||
version: 2.4.0 | ||
- src: geerlingguy.postfix | ||
- src: geerlingguy.repo-epel | ||
- src: geerlingguy.security | ||
... |
This file contains 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 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 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 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 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 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 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 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 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.