We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58d972 commit 8ced7c2Copy full SHA for 8ced7c2
infra/vagrant/provisioning/prod.inventory
@@ -5,7 +5,6 @@
5
my-stamps.ru ansible_host=46.101.232.167
6
7
[all:vars]
8
-ansible_user=coder
9
ansible_ssh_private_key_file=/Users/coder/.ssh/mystamps_rsa
10
11
# https://docs.ansible.com/ansible/2.10/reference_appendices/python_3_support.html#using-python-3-on-the-managed-machines-with-commands-and-playbooks
infra/vagrant/provisioning/prod.yml
@@ -1,6 +1,7 @@
1
---
2
- hosts: all
3
gather_facts: no
4
+ remote_user: coder
become: yes
become_method: sudo
vars:
0 commit comments