No result after running playbook
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am totally newbie in Ansible.
I don't see any error when I run a playbook. Can someone explain to me where the problem is and what should I check?
Here is my playbook:
- hosts: web
tasks:- name: Installs apache web server
apt: pkg=apache2 state=installed update_cache=true
- name: Installs apache web server
Here is output:
root@debian:/etc/ansible/test# ansible-playbook play2.yml -vvvv
Using /etc/ansible/ansible.cfg as config file
Loading callback plugin default of type stdout, v2.0 from /usr/lib/python2.7/dist-packages/ansible/plugins/callback/init.pyc
PLAYBOOK: play2.yml ************************************************************
1 plays in play2.yml
PLAY RECAP *********************************************************************
ansible
New contributor
add a comment |Â
up vote
0
down vote
favorite
I am totally newbie in Ansible.
I don't see any error when I run a playbook. Can someone explain to me where the problem is and what should I check?
Here is my playbook:
- hosts: web
tasks:- name: Installs apache web server
apt: pkg=apache2 state=installed update_cache=true
- name: Installs apache web server
Here is output:
root@debian:/etc/ansible/test# ansible-playbook play2.yml -vvvv
Using /etc/ansible/ansible.cfg as config file
Loading callback plugin default of type stdout, v2.0 from /usr/lib/python2.7/dist-packages/ansible/plugins/callback/init.pyc
PLAYBOOK: play2.yml ************************************************************
1 plays in play2.yml
PLAY RECAP *********************************************************************
ansible
New contributor
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am totally newbie in Ansible.
I don't see any error when I run a playbook. Can someone explain to me where the problem is and what should I check?
Here is my playbook:
- hosts: web
tasks:- name: Installs apache web server
apt: pkg=apache2 state=installed update_cache=true
- name: Installs apache web server
Here is output:
root@debian:/etc/ansible/test# ansible-playbook play2.yml -vvvv
Using /etc/ansible/ansible.cfg as config file
Loading callback plugin default of type stdout, v2.0 from /usr/lib/python2.7/dist-packages/ansible/plugins/callback/init.pyc
PLAYBOOK: play2.yml ************************************************************
1 plays in play2.yml
PLAY RECAP *********************************************************************
ansible
New contributor
I am totally newbie in Ansible.
I don't see any error when I run a playbook. Can someone explain to me where the problem is and what should I check?
Here is my playbook:
- hosts: web
tasks:- name: Installs apache web server
apt: pkg=apache2 state=installed update_cache=true
- name: Installs apache web server
Here is output:
root@debian:/etc/ansible/test# ansible-playbook play2.yml -vvvv
Using /etc/ansible/ansible.cfg as config file
Loading callback plugin default of type stdout, v2.0 from /usr/lib/python2.7/dist-packages/ansible/plugins/callback/init.pyc
PLAYBOOK: play2.yml ************************************************************
1 plays in play2.yml
PLAY RECAP *********************************************************************
ansible
ansible
New contributor
New contributor
New contributor
asked 21 mins ago
Sergey
1
1
New contributor
New contributor
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sergey is a new contributor. Be nice, and check out our Code of Conduct.
Sergey is a new contributor. Be nice, and check out our Code of Conduct.
Sergey is a new contributor. Be nice, and check out our Code of Conduct.
Sergey is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475306%2fno-result-after-running-playbook%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password