mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 00:45:58 +00:00
Refactor dev inventory: Add dev301 and dev302 hosts
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
# Add to Hosts File (change ansible_user if required)
|
||||
```
|
||||
[all:vars]
|
||||
ansible_user='ubuntu'
|
||||
ansible_user='user'
|
||||
ansible_become=yes
|
||||
ansible_become_method=sudo
|
||||
|
||||
ansible-playbook site.yaml -i inventory/hosts.ini --key-file ~/.ssh/id_rsa -K
|
||||
```
|
||||
Reference in New Issue
Block a user