diff --git a/provision.yml b/provision.yml index eccdc87..77345d5 100644 --- a/provision.yml +++ b/provision.yml @@ -1,21 +1,22 @@ --- # local or remote connection -# - hosts: all -- hosts: 127.0.0.1 - connection: local +- hosts: all +# - hosts: 127.0.0.1 +# connection: local # variable flags vars: install_cargo_packages: true install_pyenv_python: true - target_system: mac + target_system: linux # mac overrides - default_user: dtomlinson - ansible_become_pass: "{{ vault_ansible_become_pass }}" + # default_user: dtomlinson + # default_user_group: staff + # ansible_become_pass: 4Oa;Db5c! roles: - role: nickjj.fail2ban - tags: [server, fail2ban] + tags: [fail2ban] when: target_system == "linux" - role: setup when: target_system == "linux"