summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-06-04 13:15:53 +0300
committerLars Wirzenius <liw@liw.fi>2017-06-04 13:15:53 +0300
commitd2a5b0d29113ccb53f47608326a5c219ec4f2aad (patch)
tree949d49445fb4eb70498c4b1a66f34f3d8e82bf1e
parent37f6745d158d4eca60c67b1aad5a526c554a2a48 (diff)
downloadvmdb2-d2a5b0d29113ccb53f47608326a5c219ec4f2aad.tar.gz
Add: ansible.yml
-rw-r--r--ansible.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible.yml b/ansible.yml
new file mode 100644
index 0000000..bb23ca1
--- /dev/null
+++ b/ansible.yml
@@ -0,0 +1,7 @@
+- hosts: image
+ roles:
+ - set_hostname
+ - unset_root_password
+ vars:
+ hostname: pc
+