From 328851a22262bcbf75ccdf4ac8b554ea05578b8a Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Mon, 13 Jan 2020 11:27:47 +0100 Subject: [PATCH] move colors to group_vars --- Vagrantfile | 14 +++++++------- group_vars/all | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 group_vars/all diff --git a/Vagrantfile b/Vagrantfile index 2033bcf..39baf86 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -54,13 +54,13 @@ Vagrant.configure("2") do |config| # backing providers for Vagrant. These expose provider-specific options. # Example for VirtualBox: # - config.vm.provider "virtualbox" do |vb| - # Display the VirtualBox GUI when booting the machine - vb.gui = true + config.vm.provider "virtualbox" do |vb| + # Display the VirtualBox GUI when booting the machine + vb.gui = true - # Customize the amount of memory on the VM: - vb.memory = "4096" - end + # Customize the amount of memory on the VM: + vb.memory = "4096" + end # # View the documentation for the provider you are using for more # information on available options. @@ -77,7 +77,7 @@ Vagrant.configure("2") do |config| ansible.galaxy_roles_path = "roles" ansible.become = true + # ansible.extra_vars = { } # ansible.inventory_path = "inventory" - end end diff --git a/group_vars/all b/group_vars/all new file mode 100644 index 0000000..2b9f9e8 --- /dev/null +++ b/group_vars/all @@ -0,0 +1,22 @@ +--- +scheme: "OneDark" +scheme: "base16-onedark" +author: "Lalit Magant (http://github.com/tilal6991)" + +base00: "282c34" +base01: "353b45" +base02: "3e4451" +base03: "545862" +base04: "565c64" +base05: "abb2bf" +base06: "b6bdca" +base07: "c8ccd4" +base08: "e06c75" +base09: "d19a66" +base0A: "e5c07b" +base0B: "98c379" +base0C: "56b6c2" +base0D: "61afef" +base0E: "c678dd" +base0F: "be5046" +