Browse Source

bulk playbooks renaming

python3
Zolfa 4 years ago
parent
commit
de3e0ac650
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
23 changed files with 32 additions and 37 deletions
  1. +0
    -11
      apt_upgrade.yaml
  2. +0
    -0
      host_bakulilik.yaml
  3. +0
    -0
      host_blogs.yaml
  4. +0
    -0
      host_ca.yaml
  5. +1
    -1
      host_gandalf.yaml
  6. +0
    -0
      host_ldap.yaml
  7. +0
    -0
      host_lists.yaml
  8. +0
    -0
      host_lists2.yaml
  9. +0
    -0
      host_logger.yaml
  10. +21
    -0
      host_login.yaml
  11. +0
    -0
      host_mail.yaml
  12. +4
    -4
      host_matrix.yaml
  13. +0
    -0
      host_media.yaml
  14. +0
    -0
      host_nextcloud.yaml
  15. +6
    -3
      host_projects.yaml
  16. +0
    -0
      host_shadow_list.yaml
  17. +0
    -0
      host_status.yaml
  18. +0
    -0
      host_team_server.yaml
  19. +0
    -0
      host_users.yaml
  20. +0
    -0
      host_web_ca.yaml
  21. +0
    -0
      host_webmail.yaml
  22. +0
    -0
      host_wiki.yaml
  23. +0
    -18
      login.yaml

+ 0
- 11
apt_upgrade.yaml View File

@ -1,11 +0,0 @@
- hosts: black_vm:black
tasks:
- apt:
update_cache: true
upgrade: 'dist'
when: ansible_distribution == 'Debian'
- apk:
available: true
upgrade: true
update_cache: true
when: ansible_distribution == 'Alpine'

bakulilik.yaml → host_bakulilik.yaml View File


blogs.yaml → host_blogs.yaml View File


ca.yaml → host_ca.yaml View File


firewall.yaml → host_gandalf.yaml View File


ldap.yaml → host_ldap.yaml View File


lists.yaml → host_lists.yaml View File


lists2.yaml → host_lists2.yaml View File


logger.yaml → host_logger.yaml View File


+ 21
- 0
host_login.yaml View File

@ -0,0 +1,21 @@
---
- import_playbook: 'prepare_lxc_guest.yaml'
vars:
host: 'login'
vm_size: '1G'
unprivileged: true
- hosts: 'login'
vars:
reverse_proxy_proxy_protocol: false
nginx_proxy_protocol: false
roles:
- role: 'dns_record'
- role: 'reverse_proxy'
- role: 'login-new'
- role: 'monitoring-agent'
- hosts: 'monitoring_hosts'
roles:
- role: 'icinga2-monitoring'
...

mail.yaml → host_mail.yaml View File


matrix.yaml → host_matrix.yaml View File


media.yaml → host_media.yaml View File


nextcloud.yaml → host_nextcloud.yaml View File


projects.yaml → host_projects.yaml View File


shadow_list.yaml → host_shadow_list.yaml View File


status.yaml → host_status.yaml View File


team_server.yaml → host_team_server.yaml View File


users.yaml → host_users.yaml View File


web_ca.yaml → host_web_ca.yaml View File


webmail.yaml → host_webmail.yaml View File


wiki.yaml → host_wiki.yaml View File


+ 0
- 18
login.yaml View File

@ -1,18 +0,0 @@
---
- hosts: biff
roles:
- role: lxc_guest
vm_name: login
distro: stretch
- role: ssh_server
ansible_connection: ssh_lxc
ansible_ssh_lxc_name: login
- hosts: login
roles:
- role: dns_record
- role: reverse_proxy
hostname: login
- role: login
- hosts: status
roles:
- role: icinga2-monitoring

Loading…
Cancel
Save