Fix handlers, roles, and tasks to be handlers_path, roles_path and tasks_path so as not to conflict with ansible variables.
Fix duplicate definition of become default that was in group_vars/all as well as vars/global.
This commit is contained in:
parent
87a32844b1
commit
0acfaa2a7e
207 changed files with 785 additions and 788 deletions
|
@ -3,9 +3,9 @@ basedir: /srv/web/infra/ansible
|
|||
private: /srv/private/ansible
|
||||
bigfiles: /srv/web/infra/bigfiles
|
||||
files: /srv/web/infra/ansible/files
|
||||
roles: /srv/web/infra/ansible/roles
|
||||
handlers: /srv/web/infra/ansible/handlers
|
||||
tasks: /srv/web/infra/ansible/tasks
|
||||
roles_path: /srv/web/infra/ansible/roles
|
||||
handlers_path: /srv/web/infra/ansible/handlers
|
||||
tasks_path: /srv/web/infra/ansible/tasks
|
||||
vars_path: "/srv/web/infra/ansible/vars"
|
||||
dist_tag: unknown
|
||||
auth_keys_from_fas: '/srv/web/infra/ansible/scripts/auth-keys-from-fas'
|
||||
|
@ -57,6 +57,3 @@ global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients',
|
|||
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',
|
||||
'libselinux-python', 'ntpdate', 'bash-completion', 'telnet',
|
||||
'htop', 'rsyslog' ]
|
||||
|
||||
# become: False by default so ansible doesn't try and check for it and hang
|
||||
become: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue