Restructure Ansible

This commit is contained in:
Khue Doan 2020-10-11 13:06:39 +07:00
parent c3f22ed26d
commit 4e957ccb04
6 changed files with 4 additions and 7 deletions

2
Vagrantfile vendored
View File

@ -18,6 +18,6 @@ Vagrant.configure("2") do |config|
config.disksize.size = '100GB'
config.vm.provision "ansible" do |ansible|
ansible.playbook = "playbook.yml"
ansible.playbook = "ansible/playbook.yml"
end
end

View File

@ -0,0 +1,3 @@
---
- name: Enable PowerTools repository
command: config-manager --enable PowerTools

View File

@ -1,6 +0,0 @@
- name: Install microstack
snap:
name: microstack
state: present
channel: latest/beta
classic: yes