aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/dev.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'fdio.infra.ansible/dev.yaml')
-rw-r--r--fdio.infra.ansible/dev.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/fdio.infra.ansible/dev.yaml b/fdio.infra.ansible/dev.yaml
new file mode 100644
index 0000000000..895cf518ec
--- /dev/null
+++ b/fdio.infra.ansible/dev.yaml
@@ -0,0 +1,18 @@
+---
+# file: dev.yaml
+
+- hosts: dev
+ remote_user: testuser
+ become: true
+ become_user: root
+ gather_facts: false
+ pre_tasks:
+ - name: Gathering Facts
+ gather_facts:
+ tags:
+ - always
+ roles:
+ - role: user_add
+ tags: user_add
+ - role: docker
+ tags: docker