<<apache-gitweb>>
IncludeOptional /etc/letsencrypt/options-ssl-apache.conf
- dest: /etc/apache2/sites-available/{{ domain_name }}-vhost.conf
+ dest: /etc/apache2/sites-available/birchwood-abbey.net-vhost.conf
notify: Restart Apache2.
<<apache-gitweb-tasks>>
copy:
content: >
Acquire::http::Proxy
- "http://apt-cacher.{{ domain_priv }}.:3142";
+ "http://apt-cacher.birchwood.private.:3142";
dest: /etc/apt/apt.conf.d/01proxy
mode: u=rw,g=r,o=r
#+END_SRC
copy:
content: >
Acquire::http::Proxy
- "http://apt-cacher.{{ domain_priv }}.:3142";
+ "http://apt-cacher.birchwood.private.:3142";
dest: /etc/apt/apt.conf.d/01proxy
mode: u=rw,g=r,o=r
#+END_SRC
ansible_user: matt
ansible_become_password: "{{ become_geonosis }}"
postfix_mydestination: >-
- geonosis.{{ domain_priv }}
+ geonosis.birchwood.private
geonosis
geonosis.localdomain
localhost.localdomain
ansible_user: matt
ansible_become_password: "{{ become_geonosis }}"
postfix_mydestination: >-
- geonosis.{{ domain_priv }}
+ geonosis.birchwood.private
geonosis
geonosis.localdomain
localhost.localdomain
copy:
content: >
Acquire::http::Proxy
- "http://apt-cacher.{{ domain_priv }}.:3142";
+ "http://apt-cacher.birchwood.private.:3142";
dest: /etc/apt/apt.conf.d/01proxy
mode: u=rw,g=r,o=r
copy:
content: >
Acquire::http::Proxy
- "http://apt-cacher.{{ domain_priv }}.:3142";
+ "http://apt-cacher.birchwood.private.:3142";
dest: /etc/apt/apt.conf.d/01proxy
mode: u=rw,g=r,o=r
[QSA,E=GITWEB_PROJECTROOT:/home/$1/Public/Git/,L,PT]
IncludeOptional /etc/letsencrypt/options-ssl-apache.conf
- dest: /etc/apache2/sites-available/{{ domain_name }}-vhost.conf
+ dest: /etc/apache2/sites-available/birchwood-abbey.net-vhost.conf
notify: Restart Apache2.
- name: Enable Apache2 rewrite module for Gitweb.