initial ansible code
This commit is contained in:
6
localhost.yml
Normal file
6
localhost.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Install bastion host
|
||||
hosts: localhost
|
||||
roles:
|
||||
- bastion
|
||||
become: true
|
||||
Reference in New Issue
Block a user