Skip to content

Commit

Permalink
ansible: move all of the ansible/ directory files to the top level
Browse files Browse the repository at this point in the history
There is no point in having a directory for ansible anymore.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
  • Loading branch information
mcgrof committed Aug 8, 2019
1 parent c545e46 commit 13d3b1f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -1,2 +1,8 @@
*.swp
*.o
*.retry

# You can override role specific stuff on these
ansible/roles/*/vars/main.yml
extra_vars.yml
python/*.pyc
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -141,7 +141,6 @@ Before running ansible make sure you can ssh into the hosts listed on ansible/ho

```bash
make ansible_deps
cd ansible/
ansible-playbook -i hosts -l dev --extra-vars "target_linux_extra_patch=pend-v4.19.58-fixes-20190716-v2.patch" playbooks/bootlinux.yml
```

Expand Down
6 changes: 0 additions & 6 deletions ansible/.gitignore

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions vagrant/kdevops_nodes.yaml
Expand Up @@ -76,7 +76,7 @@ vagrant_boxes:
ansible_playbooks:
# If this file exists you can override any ansible variable there.
# This file is optional.
extra_vars: "../ansible/extra_vars.yml"
extra_vars: "../extra_vars.yml"
playbooks:
- name: "../ansible/playbooks/update_ssh_config_vagrant.yml"
- name: "../ansible/playbooks/devconfig.yml"
- name: "../playbooks/update_ssh_config_vagrant.yml"
- name: "../playbooks/devconfig.yml"

0 comments on commit 13d3b1f

Please sign in to comment.