diff options
Diffstat (limited to 'ansible-practice/system/vars')
| -rw-r--r-- | ansible-practice/system/vars/localhost.yml | 3 | ||||
| -rw-r--r-- | ansible-practice/system/vars/otherhosts.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ansible-practice/system/vars/localhost.yml b/ansible-practice/system/vars/localhost.yml new file mode 100644 index 0000000..c5727b6 --- /dev/null +++ b/ansible-practice/system/vars/localhost.yml @@ -0,0 +1,3 @@ +--- +# vars for localhost +prefix_dir: ~/tmp/temp_files/ diff --git a/ansible-practice/system/vars/otherhosts.yml b/ansible-practice/system/vars/otherhosts.yml new file mode 100644 index 0000000..1fe8201 --- /dev/null +++ b/ansible-practice/system/vars/otherhosts.yml @@ -0,0 +1,3 @@ +--- +# vars for other hosts +prefix_dir: ~/ |
