feat(deluge): added role to install deluge and deluge web
This commit is contained in:
parent
bef258cfec
commit
1c625d2d84
19 changed files with 553 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
become: true
|
||||
changed_when: false
|
||||
ansible.builtin.reboot:
|
||||
reboot_timeout: 10
|
||||
reboot_timeout: 30
|
||||
tasks:
|
||||
- include_vars: ../../../../../../inventory/group_vars/all/vars.yml
|
||||
- include_vars: ../../../../../../inventory/group_vars/all/vault.yml
|
||||
|
@ -78,3 +78,7 @@
|
|||
ansible.builtin.include_role:
|
||||
name: nullified.infrastructure.gaming
|
||||
tasks_from: main.yml
|
||||
- name: Testing deluge role
|
||||
ansible.builtin.include_role:
|
||||
name: nullified.infrastructure.deluge
|
||||
tasks_from: main.yml
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
custom_base_user_account: 'vagrant'
|
||||
security_firewall_mangle_drop_privatenets: false
|
||||
security_firewall_filter_policy_output: accept
|
||||
security_configure_resolve_conf: true
|
||||
global_ip_dualstack: false
|
||||
external_provisioner_source_ips:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue