template/provision.rb.erb in subspace-2.1.2 vs template/provision.rb.erb in subspace-2.2.0
- old
+ new
@@ -25,10 +25,10 @@
# By default the name of the host and the group are the same for one-host groups
config.host :dev, {
ssh_host: "1.2.3.4", # Ansible connects to this to provision
ssh_user: "deploy", # ssh user
- sudo: true, # probably should be true if user isn't root
+ become: true, # probably should be true if user isn't root
hostname: "dev.example.com" # This will get set in /etc/hostname
}
# Configuration for a group of hosts