Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2023
1 parent e3589c2 commit 75aeb9f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,37 +45,37 @@ Local inventory files named with `inventory/test*` will be ignored by git.

Here are some sample inventory files to get started.

- Azure VM:
- Azure VM:

```yaml
[all:vars]
ansible_ssh_user=<azure user>
ansible_ssh_host=<public IP>
ansible_ssh_private_key_file=<ssh key>
```yaml
[all:vars]
ansible_ssh_user=<azure user>
ansible_ssh_host=<public IP>
ansible_ssh_private_key_file=<ssh key>

; Override variables
smi_preflight_group_name=<group name>
; Override variables
smi_preflight_group_name=<group name>

[service_software]
azure ansible_host=<IP address> host_role="my test host"
```
[service_software]
azure ansible_host=<IP address> host_role="my test host"
```

- EIDF VM:
- EIDF VM:

```yaml
[all:vars]
ansible_ssh_user=<EIDF user>
ansible_ssh_common_args="-J <EIDF user>@eidf-gateway.epcc.ed.ac.uk"
ansible_ssh_pass="..."
ansible_sudo_pass="..."
```yaml
[all:vars]
ansible_ssh_user=<EIDF user>
ansible_ssh_common_args="-J <EIDF user>@eidf-gateway.epcc.ed.ac.uk"
ansible_ssh_pass="..."
ansible_sudo_pass="..."

; Override variables
smi_preflight_group_name=<group name>
; Override variables
smi_preflight_group_name=<group name>

[service_software]
eidf ansible_host=<IP address> host_role="my test host"
```
[service_software]
eidf ansible_host=<IP address> host_role="my test host"
```

## Style Guide

- Variable naming: `smi_<role-name>_...`
- Variable naming: `smi_<role-name>_...`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Automated deployment of the SMI software stack.

## Requirements

- Python 3.10
- Python 3.10

## Usage

Expand Down

0 comments on commit 75aeb9f

Please sign in to comment.