Re: [ansible-project] ansible playbook error using firewalld to set policy

2023-08-03 Thread Michael DiDomenico
i'm not an expert, but i think it's the combination of interface and target that's tripping you up. believe you have to splt the interface assignment and the zone assignment into two seperate tasks On Thu, Aug 3, 2023 at 12:32 AM Deepak B K wrote: > > > Hi Group, > > I am trying to write an

[ansible-project] ansible playbook error using firewalld to set policy

2023-08-02 Thread Deepak B K
Hi Group, I am trying to write an ansible playbook to block all incoming traffic on the external interfaces . I am getting the error message "parameters are mutually exclusive:". I appreciate a quick help I am missing any mandatory parameters? @title Enable firewall services. # @comment

Re: [ansible-project] Ansible playbook error when daemon_reload:yes

2020-06-25 Thread Stefan Hornburg (Racke)
On 6/25/20 6:08 AM, ameya agashe wrote: > Hi Guys, > > I am getting the below error as described in StackOverflow post, I would > appreciate guidance as to why it is giving > Connection time out error > >

Re: [ansible-project] Ansible playbook error when daemon_reload:yes

2020-06-25 Thread Dick Visser
Please include the question and related information in the message. I wouldn't expect everyone here to click random URLs... On Thu, 25 Jun 2020 at 06:08, ameya agashe wrote: > Hi Guys, > > I am getting the below error as described in StackOverflow post, I would > appreciate guidance as to why

[ansible-project] Ansible playbook error when daemon_reload:yes

2020-06-24 Thread ameya agashe
Hi Guys, I am getting the below error as described in StackOverflow post, I would appreciate guidance as to why it is giving Connection time out error https://stackoverflow.com/questions/62566871/ansible-errros-out-when-daemon-reload-yes-with-error-failure-1-during-daemon-rel Thanks and

Re: [ansible-project] ansible playbook error

2020-01-22 Thread Vivek Kothawale
Hi Sandy, The issue is with indentation Under tasks you have to give two white space to make it indent Try following tasks: - name: something Let me know if you have any issue. Thanks, Vivek On Wed, Jan 22, 2020, 2:31 PM Sandy Hung wrote: > ERROR! unexpected parameter type in

[ansible-project] ansible playbook error

2020-01-22 Thread Sandy Hung
ERROR! unexpected parameter type in action: The error appears to be in '/home/sandy/phpldapadmin.yml': line 8, column 6, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - name: install phpopenldap ^ here

[ansible-project] Ansible Playbook error - Dict object has no attribute.

2018-10-22 Thread Kishore Ponniah
Hi, I am trying to create a Direct connect Gateway in AWS account using ansible. I have the main playbook and an account config yaml template. When I run the playbook I am getting an error fatal: [infrastructure]: FAILED! => {"msg": "The task includes an option with an undefined variable.

[ansible-project] ansible-playbook error for load_config()

2018-02-21 Thread Dark Night
dear team, this is my actual yml file --- - hosts: docker tasks: - name: Stop a container docker_container: name: ubuntulol state: stopped expected result that container will be stopped actual result The full traceback is: File

[ansible-project] ansible-playbook error using --su

2015-01-14 Thread Kessia Pinheiro
I'm trying to run a simple playbook (actually it's another one, but I created that for tests), but it keep giving me the error below in any server I've tried: --- - hosts: ideia3 tasks: - shell: whoami $ ansible-playbook test.yml -i production/inventory --user=inadmin --ask-pass --su