diff options
| author | 2022-01-10 16:06:00 +0000 | |
|---|---|---|
| committer | 2022-01-10 16:06:00 +0000 | |
| commit | d9c1fd917431a5b65a0f4d987abc67331e2b37ee (patch) | |
| tree | dd2c3b1315933897756671c0610acfc310b5f112 /playbook.yml | |
| parent | Add Ansible inventory (diff) | |
Add common role for configuring hostnames and SSH
Diffstat (limited to 'playbook.yml')
| -rw-r--r-- | playbook.yml | 5 |
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 |