Skip to content
Snippets Groups Projects

aurweb dev playbook & fixes for aurweb playbook

Merged Mario Oenning requested to merge moson/infrastructure:aurweb-dev-box into master
All threads resolved!
1 file
+ 12
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,7 @@
- { role: common }
- { role: firewalld }
- { role: sshd }
- { role: root_ssh, root_additional_keys: ["moson.pub"] }
- { role: root_ssh }
- { role: certbot }
- { role: nginx }
- { role: mariadb, mariadb_innodb_buffer_pool_size: '1G' }
@@ -15,6 +15,17 @@
- { role: aurweb, aurweb_domain: "{{ aurdev_fqdn }}", is_prod: false }
- { role: fail2ban }
pre_tasks:
- name: Update archlinux-keyring
pacman:
name: archlinux-keyring
update_cache: yes
- name: Upgrade
pacman:
update_cache: yes
upgrade: yes
post_tasks:
- name: Install packages for dummy data generation
pacman:
Loading