Skip to content

Instantly share code, notes, and snippets.

@prasetiyohadi
Created July 15, 2016 04:14
Show Gist options
  • Save prasetiyohadi/8e379a72a0cea27d77a3943c1d18c306 to your computer and use it in GitHub Desktop.
Save prasetiyohadi/8e379a72a0cea27d77a3943c1d18c306 to your computer and use it in GitHub Desktop.
Ansible command to initialize operation for BSD servers
ansible -i ./hosts server -bkK -m raw -a 'env ASSUME_ALWAYS_YES\=YES pkg install python' foobar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment