config/playbookconfig/playbookconfig/playbooks/bootstrap/hosts

29 lines
784 B
INI

# This is the default ansible 'hosts' file.
#
# It should live in /etc/ansible/hosts
#
# - Comments begin with the '#' character
# - Blank lines are ignored
# - Groups of hosts are delimited by [header] elements
# - You can enter hostnames or ip addresses
# - A hostname/ip can be a member of multiple groups
# Ex 1: Ungrouped hosts, specify before any group headers.
---
bootstrap:
hosts:
localhost:
ansible_connection: local
vars:
ansible_ssh_user: wrsroot
ansible_ssh_pass: St8rlingX*
ansible_become_pass: St8rlingX*
ansible_become: true
password_change_responses:
yes/no: 'yes'
wrsroot*: 'wrsroot'
\(current\) UNIX password: 'wrsroot'
(?i)New password: 'St8rlingX*'
(?i)Retype new password: 'St8rlingX*'