Re: [ansible-project] Pfsense install via ansible playbook

2021-05-07 Thread rebecca acheampong
I mean to do it with ansible. I cannot find any playbook that has been used to install pfsense already and I don't know how to do that. On Fri, May 7, 2021, 6:35 PM Dick Visser wrote: > How would you do this without ansible? > > > On Fri, 7 May 2021 at 16:00, rebecca acheamp

[ansible-project] Pfsense install via ansible playbook

2021-05-07 Thread rebecca acheampong
Hello, Please can someone help me with how to install pfsense using ansible on a remote host? Any suggestion is appreciated. Thank you -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails

Re: [ansible-project] Srop nginx playbook

2021-05-05 Thread rebecca acheampong
y 5, 2021, 7:01 PM rebecca acheampong wrote: > >> I am writing a playbook to stop nginx on a remote host (ubuntu). Please I >> appreciate your help as usual. Thank you >> >> I get this timeout error: >> >> TASK [nginx.service] >>

[ansible-project] Srop nginx playbook

2021-05-05 Thread rebecca acheampong
I am writing a playbook to stop nginx on a remote host (ubuntu). Please I appreciate your help as usual. Thank you I get this timeout error: TASK [nginx.service] *** fatal: [my_vm_01]: FAILED! => {"changed": false, "msg": "Unable to stop

Re: [ansible-project] Zap Baseline scan using ansible

2021-05-03 Thread rebecca acheampong
1 3:59 PM, rebecca acheampong wrote: > > I am performing a zap-full-scan on DVWS as the target on kali. I get > this error below: > > Your help is appreciated. > > The container is set to auto-removed, so it might be not present when you > run "docker logs". >

[ansible-project] Zap Baseline scan using ansible

2021-05-03 Thread rebecca acheampong
I am performing a zap-full-scan on DVWS as the target on kali. I get this error below: Your help is appreciated. TASK [getting raw output of the scan] * fatal: [my_vm_06]: FAILED! => {"changed": true, "cmd": ["docker", "logs", "-f",

[ansible-project] Owasp Zap installation with errors

2021-04-27 Thread rebecca acheampong
I have already installed docker on ubuntu 18:04 and installing owasp zap on the same ubuntu but i get the below error. Please i need help. "msg": "Cannot find the image owasp/zap2docker-weekly:latest locally." this is my playbook for running the owasp zap --- - name: setting up owasp zap

Re: [ansible-project] docker installation problems

2021-04-26 Thread rebecca acheampong
Thank you very much...taking a look at it On Mon, Apr 26, 2021 at 2:39 PM Mauricio Tavares wrote: > On Mon, Apr 26, 2021 at 7:07 AM rebecca acheampong > wrote: > > > > > > I wish i could separate them as you have told me but i am very new to > ansible and I am using

Re: [ansible-project] docker installation problems

2021-04-26 Thread rebecca acheampong
ks: > - name: > > On Mon, Apr 26, 2021 at 12:08 PM rebecca acheampong > wrote: > >> >> I wish i could separate them as you have told me but i am very new to >> ansible and I am using it for my final project. I dont know how to do that. >> I changed the hos

Re: [ansible-project] docker installation problems

2021-04-26 Thread rebecca acheampong
r deployment into separate playbook and make sure you're > targeting the correct host. > This may involve add_host etc. > > On Mon, 26 Apr 2021 at 12:21, rebecca acheampong > wrote: > > > > I am using ansible to install a docker but I get this error. How can i

Re: [ansible-project] docker installation problems

2021-04-26 Thread rebecca acheampong
uld be become: true > By default it will elevate the account to root. You may need to pass > become_user_pass as well. > > Sent from my iPhone > > On 26 Apr 2021, at 18:30, rebecca acheampong wrote: > > I just added become_user: root but the same problem > > > &g

Re: [ansible-project] docker installation problems

2021-04-26 Thread rebecca acheampong
I just added become_user: root but the same problem On Monday, April 26, 2021 at 1:27:33 PM UTC+3 ng.duct...@gmail.com wrote: > Look like you need to add become_user option there > > Sent from my iPhone > > On 26 Apr 2021, at 18:21, rebecca acheampong wrote: > > I am usi

[ansible-project] docker installation problems

2021-04-26 Thread rebecca acheampong
I am using ansible to install a docker but I get this error. How can i solve this please? Please help me, this installation has taken me a whole week Control node is ubuntu server 20.04 Target node is ubuntu desktop 18.04 on vmware esxi this is my playbook: --- - name: installing docker on

Re: [ansible-project] Re: ansible ssh connections

2021-04-23 Thread rebecca acheampong
Thank you. Trying the options. I have sat on it the whole day, i feel exhausted with it. Thank you. I will get back whatever results i have On Fri, Apr 23, 2021 at 6:52 PM Tej Singh Rana wrote: > You can find more from this link - >

[ansible-project] ansible ssh connections

2021-04-23 Thread rebecca acheampong
Please someone help me. I do not understand why i get this error. I can ssh from my control node to this host and from the host to my control node. But ansible test show this results. 192.168.154.163 | UNREACHABLE! => { "changed": false, "msg": "Failed to connect to the host via ssh:

Re: [ansible-project] python3 issues with docker installation

2021-04-23 Thread rebecca acheampong
Yes it is...I made a typo error. Thank you On Fri, Apr 23, 2021 at 4:11 AM Dick Visser wrote: > Isn't the package called python3-pip? > > On Thu, 22 Apr 2021 at 18:01, rebecca acheampong > wrote: > >> I am installing docker on kali but have this issue with python-pip3

[ansible-project] python3 issues with docker installation

2021-04-22 Thread rebecca acheampong
I am installing docker on kali but have this issue with python-pip3. I have installed python3 on the target host. I don't know how to fix this problem TASK [install python-pip3] * fatal: [localhost]: FAILED! => {"changed": false, "msg": "No

Re: [ansible-project] Owasp ZAP installation errors

2021-04-22 Thread rebecca acheampong
I put all the command on one line like Vadud recommended. On Thu, Apr 22, 2021 at 4:22 PM Mike Eggleston wrote: > What’s the solution? > > Mike > > On Apr 22, 2021, at 08:18, rebecca acheampong wrote: > > Thanks I have been able to work it out > > On Thu, Apr

Re: [ansible-project] Owasp ZAP installation errors

2021-04-22 Thread rebecca acheampong
Thanks I have been able to work it out On Thu, Apr 22, 2021 at 4:11 PM rebecca acheampong wrote: > Hello Vadud, Please like what? How do i put the command in one line? > I am sorry I don't quite understand > > On Thu, Apr 22, 2021 at 4:00 PM wrote: > >> I would put th

Re: [ansible-project] Owasp ZAP installation errors

2021-04-22 Thread rebecca acheampong
nition. > > On Thu, Apr 22, 2021 at 8:55 AM rebecca acheampong > wrote: > >> I need help to install Owasp ZAP on Kali. I have this errors and I don't >> know what to do to fix it. Thank you. >> >> ERROR! Syntax Error while loading YAML. >> could not find expecte

[ansible-project] Owasp ZAP installation errors

2021-04-22 Thread rebecca acheampong
I need help to install Owasp ZAP on Kali. I have this errors and I don't know what to do to fix it. Thank you. ERROR! Syntax Error while loading YAML. could not find expected ':' The error appears to be in '/home/ansible/ansible-demo/kali_ansible/owas_zap.yml': line 34, column 23, but may

[ansible-project] docker installation with ansible

2021-04-21 Thread rebecca acheampong
I am trying to install docker on one of my VMs on esxi, but i get this error my playbook is below the error PLAY [installing docker on ubuntu] * TASK [vmware_guest] ok: [localhost] =>

Re: [ansible-project] Re: Create VM from iso file

2021-04-14 Thread rebecca acheampong
Thanks...it is now creating On Wed, Apr 14, 2021 at 5:15 PM Roberto Paz wrote: > It seems "unit_number" should be "0" or "1". Try to replace: > > unit_number: "none" > > with > > unit_number: "*0*" > > El miércoles, 14 de abril de 2021 a la(s) 09:11:40 UTC-5, > bec1...@gmail.com escribió: > >>

[ansible-project] Create VM from iso file

2021-04-14 Thread rebecca acheampong
Please someone help me. I am creating two vms with iso file to be installed but get this error. I dont know what to do again. failed: [127.0.0.1 -> localhost] (item=my_vm_01) => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python"}, "ansible_loop_var": "item", "changed":

Re: [ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
ils in it please > > Get Outlook for iOS <https://aka.ms/o0ukef> > ------ > *From:* ansible-project@googlegroups.com > on behalf of rebecca acheampong > *Sent:* Wednesday, April 14, 2021 1:19:39 AM > *To:* ansible-project@googlegroups.com > *Subject:* Re: [a

Re: [ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
2.9 On Tue, Apr 13, 2021 at 4:26 PM Stefan Hornburg (Racke) wrote: > On 4/13/21 3:19 PM, rebecca acheampong wrote: > > I am sorry I don't know what is that. I am new to this using it for my > final project. > > Should i send you my playbook and variable file again? > >

Re: [ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
Okay thanks On Tue, Apr 13, 2021 at 4:21 PM Wei-Yen Tan wrote: > Please send playbook with task details in it please > > Get Outlook for iOS <https://aka.ms/o0ukef> > -- > *From:* ansible-project@googlegroups.com > on behalf of reb

Re: [ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
OS <https://aka.ms/o0ukef> > -- > *From:* ansible-project@googlegroups.com > on behalf of rebecca acheampong > *Sent:* Wednesday, April 14, 2021 1:10:06 AM > *To:* ansible-project@googlegroups.com > *Subject:* Re: [ansible-pr

Re: [ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
> > *From:* ansible-project@googlegroups.com < > ansible-project@googlegroups.com> on behalf of rebecca acheampong > > > > *Sent:* Wednesday, April 14, 2021 1:03:13 AM > > *To:* ansible-project@googl

Re: [ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
ror", "rc": 1} An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TypeError: Required field "summary" not provided (not @optional) On Tue, Apr 13, 2021 at 4:05 PM Wei-Yen Tan wrote: > Looks like vm created > > Get Outlook for iO

Re: [ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
ing syntax error then theres no problem with the code it might be > some indentation error try to look before or after the error line > > On Tue, Apr 13, 2021, 5:39 PM Komal Suthar > wrote: > >> Try giving loop instead of with_items >> >> On Tue, Apr 13, 2021, 5:28

Re: [ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
ith_items >> >> On Tue, Apr 13, 2021, 5:28 PM rebecca acheampong >> wrote: >> >>> I am now having a very strange error after i changed to what you told me >>> and run the playbook: >>> >>> An exception occurred during task execution. To se

Re: [ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
Okay Sir, thank you. Will do this now On Tue, Apr 13, 2021 at 3:09 PM Komal Suthar wrote: > Try giving loop instead of with_items > > On Tue, Apr 13, 2021, 5:28 PM rebecca acheampong > wrote: > >> I am now having a very strange error after i changed to what you told me &g

Re: [ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
provided (not @optional)' % info.name)\nTypeError: Required field \"summary\" not provided (not @optional)\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1} Please help me On Tue, Apr

Re: [ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
okay will try it and give response. Thank you On Tue, Apr 13, 2021 at 1:45 PM Komal Suthar wrote: > with_items: "{{ servers }}" > > Try this way onces > > On Tue, Apr 13, 2021, 3:19 PM rebecca acheampong > wrote: > >> I want to create two VMs wit

[ansible-project] Cannot create multiple VMs

2021-04-13 Thread rebecca acheampong
I want to create two VMs with ansible but keep getting this error with the with_items Please I need help. I am very new to ansible. ERROR! Syntax Error while loading YAML. did not find expected '-' indicator The error appears to be in '/home/ansible/ansible-demo/vm2_play.yml': line 56,

[ansible-project] unable to create VM on esxi 7.0

2021-04-05 Thread rebecca acheampong
I am creating a virtual machine using ansible. I received this error and do not know how to solve it. I am new student to both VMware and asnible. This is the error i received: fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "Unknown error while connecting to vCenter or