summaryrefslogtreecommitdiff
path: root/home/.ansible/roles/bash_config_old/vars
diff options
context:
space:
mode:
Diffstat (limited to 'home/.ansible/roles/bash_config_old/vars')
-rw-r--r--home/.ansible/roles/bash_config_old/vars/localhost.yml3
-rw-r--r--home/.ansible/roles/bash_config_old/vars/localhost.yml~4
-rw-r--r--home/.ansible/roles/bash_config_old/vars/otherhosts.yml3
-rw-r--r--home/.ansible/roles/bash_config_old/vars/otherhosts.yml~4
4 files changed, 14 insertions, 0 deletions
diff --git a/home/.ansible/roles/bash_config_old/vars/localhost.yml b/home/.ansible/roles/bash_config_old/vars/localhost.yml
new file mode 100644
index 0000000..c5727b6
--- /dev/null
+++ b/home/.ansible/roles/bash_config_old/vars/localhost.yml
@@ -0,0 +1,3 @@
+---
+# vars for localhost
+prefix_dir: ~/tmp/temp_files/
diff --git a/home/.ansible/roles/bash_config_old/vars/localhost.yml~ b/home/.ansible/roles/bash_config_old/vars/localhost.yml~
new file mode 100644
index 0000000..8828589
--- /dev/null
+++ b/home/.ansible/roles/bash_config_old/vars/localhost.yml~
@@ -0,0 +1,4 @@
+---
+- name: Set a variable for localhost
+ vars:
+ prefix_dir: ~/tmp/temp_files/
diff --git a/home/.ansible/roles/bash_config_old/vars/otherhosts.yml b/home/.ansible/roles/bash_config_old/vars/otherhosts.yml
new file mode 100644
index 0000000..1fe8201
--- /dev/null
+++ b/home/.ansible/roles/bash_config_old/vars/otherhosts.yml
@@ -0,0 +1,3 @@
+---
+# vars for other hosts
+prefix_dir: ~/
diff --git a/home/.ansible/roles/bash_config_old/vars/otherhosts.yml~ b/home/.ansible/roles/bash_config_old/vars/otherhosts.yml~
new file mode 100644
index 0000000..a54722c
--- /dev/null
+++ b/home/.ansible/roles/bash_config_old/vars/otherhosts.yml~
@@ -0,0 +1,4 @@
+---
+- name: Set a variable for other hosts
+ vars:
+ prefix_dir: ~/