Moved setenforce 0 to fedora_cloud_base run action

Also added some .gitignore goodies.
This commit is contained in:
Maciej Kwiek 2016-04-29 12:12:48 +02:00
parent 38ff7b2acf
commit a85132b627
3 changed files with 7 additions and 1 deletions

6
.gitignore vendored
View File

@ -1 +1,7 @@
config.yaml
.vagrant
.solar_cli_uids
deploy/solar
solar-k8s-modules
tmp
solar-resources

1
Vagrantfile vendored
View File

@ -180,7 +180,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
rsync__args: ["--verbose", "--archive", "--delete", "-z"]
end
end
config.vm.provision "shell", inline: "sudo /usr/sbin/setenforce 0"
end
end

View File

@ -1 +1,2 @@
sudo dnf install -y python python-dnf ansible libselinux-python
sudo /usr/sbin/setenforce 0