mg
90c87013c1
gather facts aus für all user keepass in photoprism user photprism Restc exclude Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#71 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
17 lines
569 B
YAML
17 lines
569 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: false
|
|
- import_playbook: 84_apt_sources.yml
|
|
- import_playbook: 85_install_packages.yml
|
|
- import_playbook: 86_unattended_upgrades.yml
|
|
- import_playbook: 87_ntp_client.yml
|
|
- import_playbook: 88_restic.yml
|
|
- import_playbook: 89_users.yml
|
|
- import_playbook: 90_tmux.yml
|
|
- import_playbook: 91_motd.yml
|
|
- import_playbook: 92_dotfiles.yml
|
|
- import_playbook: 93_postfix.yml
|
|
- import_playbook: 94_ufw.yml
|
|
- import_playbook: 95_ssh_pass_login.yml
|
|
- import_playbook: 96_f2b.yml
|
|
- import_playbook: 97_monitoring.yml
|