updating playbook
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user