mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Add 'XYZ_installed: True' to {{ iiab_state_file }}
This commit is contained in:
parent
d9a34ff16a
commit
509d110ece
30 changed files with 30 additions and 30 deletions
|
|
@ -50,7 +50,7 @@
|
|||
state: directory
|
||||
when: ansible_distribution == "CentOS"
|
||||
|
||||
- name: Add 'dansguardian_installed' variable values to {{ iiab_state_file }}
|
||||
- name: "Add 'dansguardian_installed: True' to {{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}"
|
||||
regexp: '^dansguardian_installed'
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
state: file
|
||||
when: is_redhat | bool
|
||||
|
||||
- name: Add 'dhcpd_installed' variable values to {{ iiab_state_file }}
|
||||
- name: "Add 'dhcpd_installed: True' to {{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}"
|
||||
regexp: '^dhcpd_installed'
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@
|
|||
state: absent
|
||||
when: not is_debuntu and not dns_jail_enabled
|
||||
|
||||
- name: Add 'named_installed' variable values to {{ iiab_state_file }}
|
||||
- name: "Add 'named_installed: True' to {{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}"
|
||||
regexp: '^named_installed'
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
- include_tasks: roles/network/tasks/dansguardian.yml
|
||||
when: dansguardian_install | bool
|
||||
|
||||
- name: Add 'squid_installed' variable values to {{ iiab_state_file }}
|
||||
- name: "Add 'squid_installed: True' to {{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}"
|
||||
regexp: '^squid_installed'
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
group: root
|
||||
state: link
|
||||
|
||||
- name: Add 'wondershaper_installed' variable values to {{ iiab_state_file }}
|
||||
- name: "Add 'wondershaper_installed: True' to {{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}"
|
||||
regexp: '^wondershaper_installed'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue