Skip to content

Commit

Permalink
Formating
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Jan 4, 2024
1 parent 5091cb8 commit eeefcb1
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ See [defaults/](https://github.com/fluencelabs/deployment/blob/main/ansible/defa
- root nox directory
- type: string
- default:
```yml
nox_dir: "/opt/nox"
```
```yml
nox_dir: "/opt/nox"
```

It will contain everything this role creates: IPFS binary, nox instances
subdirectories (`nox-1`, `nox-foo` etc) with nox binaries, configs and state.
Expand All @@ -210,9 +210,9 @@ subdirectories (`nox-1`, `nox-foo` etc) with nox binaries, configs and state.
[Fluence CLI](https://github.com/fluencelabs/cli) from `provider.yaml` config.
- type: string
- default:
```yml
nox_project_dir: ".fluence"
```
```yml
nox_project_dir: ".fluence"
```

Should be put to `files/` directory where you run this role.

Expand All @@ -227,28 +227,27 @@ Should be put to `files/` directory where you run this role.
- owner of Nox process and files
- type: string
- default:
```yml
nox_user: "nox"
```
```yml
nox_user: "nox"
```

#### `nox_group`

- group of `nox_user`
- type: string
- default:
```yml
nox_group: "nox"
```
```yml
nox_group: "nox"
```

#### `nox_cleanup_state`

- whether to cleanup nox state.
- type: bool
- default:

```yml
nox_cleanup_state: false
```
```yml
nox_cleanup_state: false
```

#### `nox_run_id`

Expand Down

0 comments on commit eeefcb1

Please sign in to comment.