Move playbooks to subdir

This commit is contained in:
Salt 2020-06-24 06:54:45 -05:00
parent ddb1c7decc
commit 0c77cd948a
6 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
[defaults]
inventory = inventory
roles_path = roles
deprecation_warnings = false
ask_become_pass = false
ask_vault_pass = false

View File

@ -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

View File

@ -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