diff --git a/playbooks/97_test.yml b/playbooks/97_test.yml index 54c486e..8e7bf4d 100644 --- a/playbooks/97_test.yml +++ b/playbooks/97_test.yml @@ -11,9 +11,6 @@ when: inventory_hostname in groups['router'] register: result - - debug: - msg: "{{ result.stdout | replace('192.168.77.106', '192.168.77.246') }}" - - name: Test command: nvram set vts_rulelist="{{ result.stdout | replace('192.168.77.106', '192.168.77.246') }}" when: inventory_hostname in groups['router'] diff --git a/playbooks/sync_mailu.yaml b/playbooks/sync_mailu.yaml index 41e02bd..18089a7 100644 --- a/playbooks/sync_mailu.yaml +++ b/playbooks/sync_mailu.yaml @@ -1,4 +1,4 @@ -- hosts: datacenter +- hosts: containers name: Stop mailu tasks: - name: Start mailu rasp