Changeset - 05ac3136a397
[Not reviewed]
0 2 0
Branko Majic (branko) - 23 months ago 2023-12-18 23:41:51
branko@majic.rs
MAR-189: Updated instructions and configuration for test site for Debian 11 Buster:

- Use a more generic Emacs package name.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/development.rst
Show inline comments
 
@@ -627,13 +627,13 @@ In order to deploy the test site, the following steps would normally be taken:
 

	
 
  .. code-block:: shell
 

	
 
     ansible-playbook playbooks/preseed.yml
 

	
 
9. Install all servers using the generated preseed files. Use *Debian
 
   9 Stretch* or *Debian 10 Buster*.
 
   10 Buster* or *Debian 11 Bullseye*.
 

	
 
10. Add the SSH host fingerprints to your ``known_hosts`` file (don't forget to
 
    remove old entries if you are redoing the process). You can easily obtain all
 
    the necessary fingerprints with command (don't forget to modify domain if you
 
    need to):
 

	
testsite/group_vars/all.yml
Show inline comments
 
@@ -31,13 +31,13 @@ os_groups:
 
  - name: office
 
    gid: 1500
 
  - name: developer
 
    gid: 1501
 

	
 
common_packages:
 
  - emacs24-nox
 
  - emacs-nox
 
  - screen
 
  - debconf-utils
 
  - colordiff
 
  - unzip
 

	
 
ca_certificates:
0 comments (0 inline, 0 general)