updated to start setting up of local environment
diff --git a/setup.yml b/setup.yml new file mode 100644 index 0000000..3fc983c --- /dev/null +++ b/setup.yml
@@ -0,0 +1,13 @@ +--- +- hosts: localhost + connection: local + + tasks: + - name: Create ansible configuration folders + file: + path: '{{ item }}' + state: directory + with_items: + - ~/.ansible + - ~/.apigee +