diff options
Diffstat (limited to 'ansible/site.yml')
-rw-r--r-- | ansible/site.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml new file mode 100644 index 00000000..ac262882 --- /dev/null +++ b/ansible/site.yml @@ -0,0 +1,4 @@ +--- +- hosts: 127.0.0.1 + roles: + - collivier.xtesting |