-
Notifications
You must be signed in to change notification settings - Fork 17
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 #28 from pescobar/inventory_folder
added inventory/ folder
- Loading branch information
Showing
17 changed files
with
119 additions
and
81 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[defaults] | ||
inventory = ./inventory/hosts |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
local_site_specific_vars.yml |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
|
||
# List of proxies to be used for the clients. | ||
# Override this setting in your local_site_specific_vars.yml file. | ||
cvmfs_http_proxies: "{{ local_cvmfs_http_proxies }}" | ||
|
||
# Use the CVMFS configuration repository for the clients. | ||
eessi_cvmfs_repos_enabled: config-repo |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
|
||
cvmfs_squid_conf_src: "{{ local_proxies_cvmfs_squid_conf_src | default('eessi_localproxy_squid.conf.j2') }}" | ||
|
||
# List of clients allowed to access your proxies. | ||
# Override this setting in local_site_specific_vars.yml. | ||
cvmfs_localproxy_allowed_clients: "{{ local_cvmfs_http_proxies_allowed_clients }}" |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
|
||
cvmfs_repositories: "{{ eessi_cvmfs_repositories + [eessi_cvmfs_config_repo.repository] }}" |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
|
||
cvmfs_repositories: "{{ eessi_cvmfs_repositories + [eessi_cvmfs_config_repo.repository] }}" | ||
cvmfs_keys: "{{ eessi_cvmfs_keys + [eessi_cvmfs_config_repo.key] }}" | ||
cvmfs_squid_conf_src: "{{ local_stratum1_cvmfs_squid_conf_src | default('eessi_stratum1_squid.conf.j2') }}" |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* | ||
!.gitignore | ||
!stratum0host.example | ||
!stratum1host.example |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
cvmfs_srv_device: /dev/sdb |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[cvmfsstratum0servers] | ||
your-stratum0.org | ||
|
||
[cvmfsstratum1servers] | ||
your-stratum1.org | ||
|
||
[cvmfslocalproxies] | ||
your-proxy-1 | ||
your-proxy-2 | ||
|
||
[cvmfsclients] | ||
your-client-1 | ||
your-client-2 |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# The license key for the Geo API: | ||
# https://cvmfs.readthedocs.io/en/stable/cpt-replica.html#geo-api-setup | ||
# For some unclear reason, the Stratum 1 installation fails when this is not set: | ||
# https://github.com/EESSI/filesystem-layer/issues/2 | ||
cvmfs_geo_license_key: INSERT_YOUR_KEY | ||
|
||
|
||
# List of clients allowed to access your local proxies. | ||
# Add individual IPs and/or use CIDR notation. | ||
local_cvmfs_http_proxies_allowed_clients: | ||
- 192.168.0.0/12 | ||
- 10.0.0.15 | ||
|
||
|
||
# List of all http proxies that should be configured for the clients. | ||
# Remove or comment the line if you do not want to use a proxy; in this | ||
# case it will be set to "DIRECT" in the client configuration. | ||
local_cvmfs_http_proxies: | ||
- your-proxy-1:3128 | ||
- your-proxy-2:3128 | ||
# The following one-liner can be used to automatically add all the hosts | ||
# defined in the cvmfslocalproxies group in your hosts file | ||
# to local_cvmfs_http_proxies, using port number 3128. | ||
# local_cvmfs_http_proxies: "{{ groups.cvmfslocalproxies | map('regex_replace', '^(.*)$', '\\1:3128') | list }}" | ||
|
||
|
||
# Uncomment if you want to use your own Squid configuration template for the local proxies | ||
# local_proxies_cvmfs_squid_conf_src: "/path/to/your/template" | ||
|
||
# Uncomment if you want to use your own Squid configuration template for the Stratum 1 | ||
# local_stratum1_cvmfs_squid_conf_src: : "/path/to/your/template" |
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