Commit 4477b527 authored by Ivan Tyagov's avatar Ivan Tyagov

All standalone playbook need iptables thus install it in shared.

See merge request !176
parents 30af92a1 fe68b12d
Pipeline #25935 passed with stage
in 0 seconds
--- ---
- include: debian9-gcc-4.9.yml - include: debian9-gcc-4.9.yml
- name: Install iptables
apt:
pkg:
- iptables
state: present
- name: Store domain for other scripts - name: Store domain for other scripts
copy: content="{{ frontend_custom_domain }}" dest=/tmp/playbook-frontend-custom-domain mode=0644 copy: content="{{ frontend_custom_domain }}" dest=/tmp/playbook-frontend-custom-domain mode=0644
......
...@@ -11,5 +11,3 @@ ...@@ -11,5 +11,3 @@
playbook_name: wendelin playbook_name: wendelin
roles: roles:
- standalone-shared - standalone-shared
- { role: package, package_name: socat, package_state: present }
- { role: package, package_name: iptables, package_state: present }
...@@ -11,4 +11,3 @@ ...@@ -11,4 +11,3 @@
playbook_name: wendelin playbook_name: wendelin
roles: roles:
- standalone-shared - standalone-shared
- { role: package, package_name: socat, package_state: present }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment