summaryrefslogtreecommitdiffstats
path: root/site.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-10-30 20:56:45 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:49:33 +0200
commit4b3fd7e66dc1ed8b577cb522859d290b313b4ab1 (patch)
tree3e567e103da7da62ba4a43c5eccb218914c2c22c /site.yml
parente44838f8ef4a22ff6ee029ad907177e12ad2d2d4 (diff)
Basic ansible setup.
To run the playbook: cd ./ansible ansible-playbook -i vms site.yml
Diffstat (limited to 'site.yml')
-rw-r--r--site.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/site.yml b/site.yml
new file mode 100644
index 0000000..52da197
--- /dev/null
+++ b/site.yml
@@ -0,0 +1,6 @@
+---
+# ansible-playbook -i stage_vms site.yml -t rkhunter
+- name: all
+ hosts: all
+ roles:
+ - common