11 lines
284 B
YAML
11 lines
284 B
YAML
---
|
|
|
|
# FIXME: do nothing for now
|
|
# FIXME: how to learn about IP of VM ???
|
|
|
|
- name: prepare escalation
|
|
set_fact: ansible_become_pass=bloed ansible_ssh_pass=bloed
|
|
|
|
- name: ensure admin user
|
|
user: comment="FFMWU Administrator" name=admin shell=/bin/bash state=present
|
|
become: True
|