|
|
@ -17,6 +17,9 @@ endif
|
|
|
|
all: non_destructive destructive check_mode test_hash test_handlers test_group_by parsing
|
|
|
|
all: non_destructive destructive check_mode test_hash test_handlers test_group_by parsing
|
|
|
|
|
|
|
|
|
|
|
|
parsing:
|
|
|
|
parsing:
|
|
|
|
|
|
|
|
ansible-playbook bad_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -vvv $(TEST_FLAGS) --tags common,scenario1; [ $$? -eq 3 ]
|
|
|
|
|
|
|
|
ansible-playbook bad_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -vvv $(TEST_FLAGS) --tags common,scenario2; [ $$? -eq 3 ]
|
|
|
|
|
|
|
|
ansible-playbook bad_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -vvv $(TEST_FLAGS) --tags common,scenario3; [ $$? -eq 3 ]
|
|
|
|
ansible-playbook good_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS)
|
|
|
|
ansible-playbook good_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS)
|
|
|
|
|
|
|
|
|
|
|
|
non_destructive:
|
|
|
|
non_destructive:
|
|
|
|