martin059 / virtualization-level-2-vagrant-setup

TFG Project's Second & Third Virtualization Levels
Apache License 2.0
0 stars 0 forks source link

Initial Ansible coupling #5

Closed martin059 closed 4 months ago

martin059 commented 4 months ago

Issue description

Create an initial Ansible structure in the vagrant project.

Development task

martin059 commented 4 months ago

This is the output of the result after coupling:

...
==> vagrant: Running provisioner: ansible_local...
    vagrant: Installing Ansible...
    vagrant: Running ansible-playbook...
cd /vagrant/ansible && PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_LOG_PATH=/vagrant/ansible.log ANSIBLE_STDOUT_CALLBACK=yaml ansible-playbook --limit="vagrant" --inventory-file=/tmp/vagrant-ansible/inventory -v playbook.yml
Using /etc/ansible/ansible.cfg as config file

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
ok: [vagrant]

TASK [test : Test Ansible] *****************************************************
ok: [vagrant] =>
  msg: Hello, World!

PLAY RECAP *********************************************************************
vagrant                    : ok=2    changed=0    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0