File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
common/inventory/group_vars/all Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ production-ready deployments.
77- Get it agreed up front what the cluster names will be. Changing this later
88 requires instance deletion/recreation.
99
10- - At least two environments should be created on top of the ` site ` base environment:
10+ - At least two environments should be created using cookiecutter, which will derive from the ` site ` base environment:
1111 - ` production ` : production environment
1212 - ` staging ` : staging environment
1313
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ for usage instructions for that component.
3333
3434Shared configuration for all environments. This is not
3535intended to be used as a standalone environment, hence the README does * not* detail
36- how to provision the infrastructure. This environment generally should not be edited.
36+ how to provision the infrastructure. This environment should not be edited, except as part of upstreaming new features or bug fixes .
3737
3838## site
3939
4040Provides the base configuration for all subsequent ` cookiecutter ` created environments,
41- including configuration for provisioning infrastructure. Site specific configuration should generally
41+ including OpenTofu configurations for infrastructure. In general, most local customisations should be made by adding to this environment.
4242be edited here, unless it is specific to a particular cookiecutter environment, in which case it should be set in
4343that environment.
4444
Original file line number Diff line number Diff line change 33
44firewalld_configs_default :
55 # A list of dicts defining firewalld rules.
6- # Using the upstream site groups firewalld is deployed on the login node to enable fail2ban.
6+ # Using the default site ` groups` file, firewalld is deployed on the login node to enable fail2ban.
77 # However by default we rely on openstack security groups so make firewalld permissive.
88 # Each dict contains:
99 # name: An arbitrary name or description
You can’t perform that action at this time.
0 commit comments