aboutsummaryrefslogtreecommitdiffstats
path: root/playbook.yml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2022-01-10 16:06:00 +0000
committerGravatar Joe Banks <[email protected]>2022-01-10 16:06:00 +0000
commitd9c1fd917431a5b65a0f4d987abc67331e2b37ee (patch)
treedd2c3b1315933897756671c0610acfc310b5f112 /playbook.yml
parentAdd Ansible inventory (diff)
Add common role for configuring hostnames and SSH
Diffstat (limited to 'playbook.yml')
-rw-r--r--playbook.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/playbook.yml b/playbook.yml
new file mode 100644
index 0000000..e11791b
--- /dev/null
+++ b/playbook.yml
@@ -0,0 +1,5 @@
+- hosts: all
+ roles:
+ - common
+ tags:
+ - common