1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #3102 from holta/ansible-indent

Ansible indentation norm across 7-8 roles
This commit is contained in:
A Holt 2022-01-07 05:34:52 -05:00 committed by GitHub
commit a5b9988be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 126 additions and 126 deletions

View file

@ -69,15 +69,15 @@
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"
with_items: with_items:
- option: name - option: name
value: Calibre value: Calibre
- option: description - option: description
value: '"Calibre is an extremely popular personal library system for e-books."' value: '"Calibre is an extremely popular personal library system for e-books."'
- option: calibre_src_url - option: calibre_src_url
value: "{{ calibre_src_url }}" value: "{{ calibre_src_url }}"
- option: calibre_dbpath - option: calibre_dbpath
value: "{{ calibre_dbpath }}" value: "{{ calibre_dbpath }}"
- option: calibre_port - option: calibre_port
value: "{{ calibre_port }}" value: "{{ calibre_port }}"
- option: calibre_enabled - option: calibre_enabled
value: "{{ calibre_enabled }}" value: "{{ calibre_enabled }}"

View file

@ -47,15 +47,15 @@
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"
with_items: with_items:
- option: name - option: name
value: "KA Lite" value: "KA Lite"
- option: description - option: description
value: '"KA Lite downloads Khan Academy videos for offline use, with exercises and accounts if students want to track their own progress."' value: '"KA Lite downloads Khan Academy videos for offline use, with exercises and accounts if students want to track their own progress."'
- option: kalite_install - option: kalite_install
value: "{{ kalite_install }}" value: "{{ kalite_install }}"
- option: kalite_enabled - option: kalite_enabled
value: "{{ kalite_enabled }}" value: "{{ kalite_enabled }}"
- option: path - option: path
value: "{{ kalite_root }}" value: "{{ kalite_root }}"
- option: port - option: port
value: "{{ kalite_server_port }}" value: "{{ kalite_server_port }}"

View file

@ -34,23 +34,23 @@
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"
with_items: with_items:
- option: name - option: name
value: Kiwix value: Kiwix
- option: description - option: description
value: '"Part of https://github.com/kiwix/kiwix-tools/ -- kiwix-serve is the most used web server for ZIM files."' value: '"Part of https://github.com/kiwix/kiwix-tools/ -- kiwix-serve is the most used web server for ZIM files."'
- option: kiwix_install - option: kiwix_install
value: "{{ kiwix_install }}" value: "{{ kiwix_install }}"
- option: kiwix_enabled - option: kiwix_enabled
value: "{{ kiwix_enabled }}" value: "{{ kiwix_enabled }}"
- option: kiwix_url - option: kiwix_url
value: "{{ kiwix_url }}" value: "{{ kiwix_url }}"
- option: kiwix_url_plus_slash - option: kiwix_url_plus_slash
value: "{{ kiwix_url_plus_slash }}" value: "{{ kiwix_url_plus_slash }}"
- option: kiwix_path - option: kiwix_path
value: "{{ kiwix_path }}" value: "{{ kiwix_path }}"
- option: kiwix_port - option: kiwix_port
value: "{{ kiwix_port }}" value: "{{ kiwix_port }}"
- option: iiab_zim_path - option: iiab_zim_path
value: "{{ iiab_zim_path }}" value: "{{ iiab_zim_path }}"
- option: kiwix_library_xml - option: kiwix_library_xml
value: "{{ kiwix_library_xml }}" value: "{{ kiwix_library_xml }}"

View file

@ -158,17 +158,17 @@
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"
with_items: with_items:
- option: iiab_wan_enabled - option: iiab_wan_enabled
value: "{{ iiab_wan_enabled }}" value: "{{ iiab_wan_enabled }}"
- option: user_wan_iface - option: user_wan_iface
value: "{{ user_wan_iface }}" value: "{{ user_wan_iface }}"
- option: iiab_wan_iface - option: iiab_wan_iface
value: "{{ iiab_wan_iface }}" value: "{{ iiab_wan_iface }}"
- option: iiab_lan_enabled - option: iiab_lan_enabled
value: "{{ iiab_lan_enabled }}" value: "{{ iiab_lan_enabled }}"
- option: user_lan_iface - option: user_lan_iface
value: "{{ user_lan_iface }}" value: "{{ user_lan_iface }}"
- option: iiab_lan_iface - option: iiab_lan_iface
value: "{{ iiab_lan_iface }}" value: "{{ iiab_lan_iface }}"
- option: iiab_network_mode - option: iiab_network_mode
value: "{{ iiab_network_mode }}" value: "{{ iiab_network_mode }}"

View file

@ -228,38 +228,38 @@
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"
with_items: with_items:
- option: has_ifcfg_gw - option: has_ifcfg_gw
value: "{{ has_ifcfg_gw }}" value: "{{ has_ifcfg_gw }}"
- option: prior_gateway_device - option: prior_gateway_device
value: "{{ prior_gw_device }}" value: "{{ prior_gw_device }}"
- option: dhcpcd_result - option: dhcpcd_result
value: "{{ dhcpcd_result }}" value: "{{ dhcpcd_result }}"
- option: network_manager_active - option: network_manager_active
value: "{{ network_manager_active }}" value: "{{ network_manager_active }}"
- option: systemd_networkd_active - option: systemd_networkd_active
value: "{{ systemd_networkd_active }}" value: "{{ systemd_networkd_active }}"
- option: wan_in_interfaces - option: wan_in_interfaces
value: "{{ wan_in_interfaces }}" value: "{{ wan_in_interfaces }}"
- option: wireless_list_1(wifi1) - option: wireless_list_1(wifi1)
value: "{{ wifi1 }}" value: "{{ wifi1 }}"
- option: wireless_list_2(wifi2) - option: wireless_list_2(wifi2)
value: "{{ wifi2 }}" value: "{{ wifi2 }}"
- option: num_wifi_interfaces - option: num_wifi_interfaces
value: "{{ num_wifi_interfaces }}" value: "{{ num_wifi_interfaces }}"
- option: discovered_wireless_iface - option: discovered_wireless_iface
value: "{{ discovered_wireless_iface }}" value: "{{ discovered_wireless_iface }}"
- option: discovered_wired_iface - option: discovered_wired_iface
value: "{{ discovered_wired_iface }}" value: "{{ discovered_wired_iface }}"
- option: 'exclude_devices' - option: 'exclude_devices'
value: "{{ exclude_devices }}" value: "{{ exclude_devices }}"
- option: num_lan_interfaces - option: num_lan_interfaces
value: "{{ num_lan_interfaces }}" value: "{{ num_lan_interfaces }}"
- option: gui_static_wan - option: gui_static_wan
value: "{{ gui_static_wan }}" value: "{{ gui_static_wan }}"
- option: iiab_lan_iface - option: iiab_lan_iface
value: "{{ iiab_lan_iface }}" value: "{{ iiab_lan_iface }}"
- option: iiab_wan_iface - option: iiab_wan_iface
value: "{{ iiab_wan_iface }}" value: "{{ iiab_wan_iface }}"
# well if there ever was a point to tell the user things are FUBAR this is it. # well if there ever was a point to tell the user things are FUBAR this is it.
# limit 2 network adapters wifi wired # limit 2 network adapters wifi wired

View file

@ -56,21 +56,21 @@
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"
with_items: with_items:
- option: name - option: name
value: OpenVPN value: OpenVPN
- option: description - option: description
value: '"OpenVPN enables live/remote support by connecting machines anywhere on the Internet, via a middleman server, using Virtual Private Network (VPN) techniques to create secure connections."' value: '"OpenVPN enables live/remote support by connecting machines anywhere on the Internet, via a middleman server, using Virtual Private Network (VPN) techniques to create secure connections."'
- option: openvpn_install - option: openvpn_install
value: "{{ openvpn_install }}" value: "{{ openvpn_install }}"
- option: openvpn_enabled - option: openvpn_enabled
value: "{{ openvpn_enabled }}" value: "{{ openvpn_enabled }}"
- option: openvpn_handle - option: openvpn_handle
value: "{{ openvpn_handle }}" value: "{{ openvpn_handle }}"
- option: openvpn_cron_enabled - option: openvpn_cron_enabled
value: "{{ openvpn_cron_enabled }}" value: "{{ openvpn_cron_enabled }}"
- option: openvpn_server - option: openvpn_server
value: "{{ openvpn_server }}" value: "{{ openvpn_server }}"
- option: openvpn_server_virtual_ip - option: openvpn_server_virtual_ip
value: "{{ openvpn_server_virtual_ip }}" value: "{{ openvpn_server_virtual_ip }}"
- option: openvpn_server_port - option: openvpn_server_port
value: "{{ openvpn_server_port }}" value: "{{ openvpn_server_port }}"

View file

@ -26,11 +26,11 @@
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"
with_items: with_items:
- option: name - option: name
value: remote.it value: remote.it
- option: description - option: description
value: '"https://remote.it can help you remotely maintain an IIAB. Some benefits include: crossing multiple NATs/firewalls using a single TCP port, without requiring router port forwarding, and reducing your network''s vulnerability."' value: '"https://remote.it can help you remotely maintain an IIAB. Some benefits include: crossing multiple NATs/firewalls using a single TCP port, without requiring router port forwarding, and reducing your network''s vulnerability."'
- option: remoteit_install - option: remoteit_install
value: "{{ remoteit_install }}" value: "{{ remoteit_install }}"
- option: remoteit_enabled - option: remoteit_enabled
value: "{{ remoteit_enabled }}" value: "{{ remoteit_enabled }}"

View file

@ -34,13 +34,13 @@
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value | string }}" value: "{{ item.value | string }}"
with_items: with_items:
- option: name - option: name
value: sshd value: sshd
- option: description - option: description
value: '"Secure Shell daemon (typically implemented by openssh-server) for remote login using the ''ssh'' low-level protocol."' value: '"Secure Shell daemon (typically implemented by openssh-server) for remote login using the ''ssh'' low-level protocol."'
- option: sshd_install - option: sshd_install
value: "{{ sshd_install }}" value: "{{ sshd_install }}"
- option: sshd_enabled - option: sshd_enabled
value: "{{ sshd_enabled }}" value: "{{ sshd_enabled }}"
- option: sshd_port - option: sshd_port
value: "{{ sshd_port }}" value: "{{ sshd_port }}"