You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/nova-core-collection/accounts.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ For most Unix based distributions `sudo` needs to be pre-installed.
20
20
21
21
## Role Variables
22
22
23
-
Refer to the [defaults/main.yml](https://github.com/novateams/nova.core/blob/main/nova/core/roles/accounts/defaults/main.yml) file for a list and description of the variables used in this role.
23
+
Refer to the [defaults/main.yml](https://github.com/ClarifiedSecurity/nova.core/blob/main/nova/core/roles/accounts/defaults/main.yml) file for a list and description of the variables used in this role.
Copy file name to clipboardExpand all lines: docs/nova-core-collection/caddy.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ none
8
8
9
9
## Role Variables
10
10
11
-
Refer to the [defaults/main.yml](https://github.com/novateams/nova.core/blob/main/nova/core/roles/caddy/defaults/main.yml) file for a list and description of the variables used in this role.
11
+
Refer to the [defaults/main.yml](https://github.com/ClarifiedSecurity/nova.core/blob/main/nova/core/roles/caddy/defaults/main.yml) file for a list and description of the variables used in this role.
12
12
13
13
## Dependencies
14
14
15
-
- Depends on Docker and Docker Compose being installed on the host. Docker can be installed using the [nova.core.docker](https://github.com/novateams/nova.core/tree/main/nova/core/roles/caddy) role.
15
+
- Depends on Docker and Docker Compose being installed on the host. Docker can be installed using the [nova.core.docker](https://github.com/ClarifiedSecurity/nova.core/tree/main/nova/core/roles/caddy) role.
16
16
17
17
## Example
18
18
@@ -57,3 +57,23 @@ Refer to the [defaults/main.yml](https://github.com/novateams/nova.core/blob/mai
Copy file name to clipboardExpand all lines: docs/nova-core-collection/cleanup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ none
8
8
9
9
## Role Variables
10
10
11
-
Refer to the [defaults/main.yml](https://github.com/novateams/nova.core/blob/main/nova/core/roles/cleanup/defaults/main.yml) file for a list and description of the variables used in this role.
11
+
Refer to the [defaults/main.yml](https://github.com/ClarifiedSecurity/nova.core/blob/main/nova/core/roles/cleanup/defaults/main.yml) file for a list and description of the variables used in this role.
12
12
13
13
The `cleanup` role can be included in start.yml playbook by the `finalize` role. If `finalize_cleanup_system: true` is set in host or group vars, the cleanup role will be executed at the end of the playbook.
Copy file name to clipboardExpand all lines: docs/nova-core-collection/configure_networking.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# configure_networking
2
2
3
-
This is a role to configure networking for a VM after cloning. Currently it is only supporting network configuration for VMs deployed on VMware vSphere, but the scripts are more or less universal and can be modified to add support to different hypervisors. [Here](https://github.com/novateams/nova.core/tree/main/nova/core/roles/configure_networking/tasks/vsphere) is a list of all supported network methods.
3
+
This is a role to configure networking for a VM after cloning. Currently it is only supporting network configuration for VMs deployed on VMware vSphere, but the scripts are more or less universal and can be modified to add support to different hypervisors. [Here](https://github.com/ClarifiedSecurity/nova.core/tree/main/nova/core/roles/configure_networking/tasks/vsphere) is a list of all supported network methods.
4
4
5
5
## Requirements
6
6
@@ -14,7 +14,7 @@ The variable `customization_method` can take: `bsd`, `macos`, `netplan`, `networ
14
14
15
15
When selecting the network configuration method via the variable `customization_method`, if you are selecting `networkd` option, an extra variable is needed because this option can be used with different OS: `customization_method_distribution`. Possible options: `Debian`, `Archlinux`, `Scientific`
16
16
17
-
Refer to [defaults/main.yml](https://github.com/novateams/nova.core/blob/main/nova/core/roles/configure_networking/defaults/main.yml) for the full list of variables.
17
+
Refer to [defaults/main.yml](https://github.com/ClarifiedSecurity/nova.core/blob/main/nova/core/roles/configure_networking/defaults/main.yml) for the full list of variables.
18
18
19
19
`extra_routes` - Can be set to add extra routes per interfaces. Supported only for `netplan`
Copy file name to clipboardExpand all lines: docs/nova-core-collection/configure_package_mirrors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ none
14
14
15
15
## Role Variables
16
16
17
-
Refer to the [defaults/main.yml](https://github.com/novateams/nova.core/blob/main/nova/core/roles/template_os_configuration/defaults/main.yml) file for a list and description of the variables used in this role.
17
+
Refer to the [defaults/main.yml](https://github.com/ClarifiedSecurity/nova.core/blob/main/nova/core/roles/template_os_configuration/defaults/main.yml) file for a list and description of the variables used in this role.
Copy file name to clipboardExpand all lines: docs/nova-core-collection/connect.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ none
10
10
11
11
## Role Variables
12
12
13
-
Refer to [defaults/main.yml](https://github.com/novateams/nova.core/blob/main/nova/core/roles/connect/defaults/main.yml) for the full list of variables.
13
+
Refer to [defaults/main.yml](https://github.com/ClarifiedSecurity/nova.core/blob/main/nova/core/roles/connect/defaults/main.yml) for the full list of variables.
Copy file name to clipboardExpand all lines: docs/nova-core-collection/customization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ none
8
8
9
9
## Role Variables
10
10
11
-
Refer to [defaults/main.yml](https://github.com/novateams/nova.core/blob/main/nova/core/roles/customization/defaults/main.yml) for the full list of variables.
11
+
Refer to [defaults/main.yml](https://github.com/ClarifiedSecurity/nova.core/blob/main/nova/core/roles/customization/defaults/main.yml) for the full list of variables.
Copy file name to clipboardExpand all lines: docs/nova-core-collection/customization_post_vm_role.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ none
8
8
9
9
## Role Variables
10
10
11
-
Refer to the [defaults/main.yml](https://github.com/novateams/nova.core/blob/main/nova/core/roles/customization_post_vm_role/defaults/main.yml) file for a list and description of the variables used in this role.
11
+
Refer to the [defaults/main.yml](https://github.com/ClarifiedSecurity/nova.core/blob/main/nova/core/roles/customization_post_vm_role/defaults/main.yml) file for a list and description of the variables used in this role.
0 commit comments