Create role to setup ubuntu server
This commit is contained in:
7
setup-ubuntu.yml
Normal file
7
setup-ubuntu.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Setup Ubuntu
|
||||
hosts: ubuntu
|
||||
become: true
|
||||
roles:
|
||||
- role: ubuntu
|
Reference in New Issue
Block a user