Move playbooks to subdir
This commit is contained in:
parent
ddb1c7decc
commit
0c77cd948a
@ -1,5 +1,6 @@
|
||||
[defaults]
|
||||
inventory = inventory
|
||||
roles_path = roles
|
||||
deprecation_warnings = false
|
||||
ask_become_pass = false
|
||||
ask_vault_pass = false
|
||||
|
@ -1,5 +1,6 @@
|
||||
[defaults]
|
||||
inventory = inventory
|
||||
roles_path = roles
|
||||
private_key_file = ~/.ssh/ansible
|
||||
ssh_extra_args =-o ForwardAgent=yes -o StrictHostKeyChecking=no
|
||||
host_key_checking = false
|
||||
|
6
site.yml
6
site.yml
@ -23,6 +23,6 @@
|
||||
64303363653631653433343361616635373966326433663466636164613062343561333036613937
|
||||
35616666633737356331653632323639373330396433366639326466373639313630
|
||||
tags: [ common, user ]
|
||||
- import_playbook: home.yml
|
||||
- import_playbook: webservers.yml
|
||||
- import_playbook: gameservers.yml
|
||||
- import_playbook: playbooks/home.yml
|
||||
- import_playbook: playbooks/webservers.yml
|
||||
- import_playbook: playbooks/gameservers.yml
|
||||
|
Loading…
Reference in New Issue
Block a user