mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
Refactor Ansible Playbooks to add Docker-Portainer deployment
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Add to Hosts File (change ansible_user if required)
|
||||
```
|
||||
[all:vars]
|
||||
ansible_user='ubuntu'
|
||||
ansible_become=yes
|
||||
ansible_become_method=sudo
|
||||
```
|
||||
Reference in New Issue
Block a user