[machines]
machine[07:07]
---
- name: Create group
hosts: machine
- name: "Add '{{system_group}}' group"
group: name={{system_group}} state=present
become: yes
[defaults]
inventory = ./inventory
roles_path = ./roles
host_key_checking = False
ask_sudo_pass = False
retry_files_enabled=False
sudo_flags=-HE
[ssh_connection]
ssh_args=-o ForwardAgent=yes -o ControlPersist=60m -o ControlMaster=auto -o ControlPath=/tmp/ansible-ssh-%h-%p-%r
scp_if_ssh=True
pipelining=True
Anyone who can help?